zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

blob 4fd3bc4e (593B) - Raw


      1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
      2 /*
      3  * include/asm-xtensa/param.h
      4  *
      5  * This file is subject to the terms and conditions of the GNU General Public
      6  * License.  See the file "COPYING" in the main directory of this archive
      7  * for more details.
      8  *
      9  * Copyright (C) 2001 - 2005 Tensilica Inc.
     10  */
     11 
     12 #ifndef _XTENSA_PARAM_H
     13 #define _XTENSA_PARAM_H
     14 
     15 # define HZ		100
     16 
     17 #define EXEC_PAGESIZE	4096
     18 
     19 #ifndef NGROUPS
     20 #define NGROUPS		32
     21 #endif
     22 
     23 #ifndef NOGROUP
     24 #define NOGROUP		(-1)
     25 #endif
     26 
     27 #define MAXHOSTNAMELEN	64	/* max length of hostname */
     28 
     29 #endif /* _XTENSA_PARAM_H */