xref: /openbmc/linux/arch/xtensa/include/uapi/asm/param.h (revision 83596729adbca4ff3b0273de22e166c64aea49ec)
1*83596729SDavid Howells /*
2*83596729SDavid Howells  * include/asm-xtensa/param.h
3*83596729SDavid Howells  *
4*83596729SDavid Howells  * This file is subject to the terms and conditions of the GNU General Public
5*83596729SDavid Howells  * License.  See the file "COPYING" in the main directory of this archive
6*83596729SDavid Howells  * for more details.
7*83596729SDavid Howells  *
8*83596729SDavid Howells  * Copyright (C) 2001 - 2005 Tensilica Inc.
9*83596729SDavid Howells  */
10*83596729SDavid Howells 
11*83596729SDavid Howells #ifndef _UAPI_XTENSA_PARAM_H
12*83596729SDavid Howells #define _UAPI_XTENSA_PARAM_H
13*83596729SDavid Howells 
14*83596729SDavid Howells #ifndef __KERNEL__
15*83596729SDavid Howells # define HZ		100
16*83596729SDavid Howells #endif
17*83596729SDavid Howells 
18*83596729SDavid Howells #define EXEC_PAGESIZE	4096
19*83596729SDavid Howells 
20*83596729SDavid Howells #ifndef NGROUPS
21*83596729SDavid Howells #define NGROUPS		32
22*83596729SDavid Howells #endif
23*83596729SDavid Howells 
24*83596729SDavid Howells #ifndef NOGROUP
25*83596729SDavid Howells #define NOGROUP		(-1)
26*83596729SDavid Howells #endif
27*83596729SDavid Howells 
28*83596729SDavid Howells #define MAXHOSTNAMELEN	64	/* max length of hostname */
29*83596729SDavid Howells 
30*83596729SDavid Howells #endif /* _UAPI_XTENSA_PARAM_H */
31