Linux 3.11-rc3
[cris-mirror.git] / arch / xtensa / include / uapi / asm / param.h
blob87bc2eae630e1cb9f2ee243d98831700ff3a6595
1 /*
2 * include/asm-xtensa/param.h
4 * This file is subject to the terms and conditions of the GNU General Public
5 * License. See the file "COPYING" in the main directory of this archive
6 * for more details.
8 * Copyright (C) 2001 - 2005 Tensilica Inc.
9 */
11 #ifndef _UAPI_XTENSA_PARAM_H
12 #define _UAPI_XTENSA_PARAM_H
14 #ifndef __KERNEL__
15 # define HZ 100
16 #endif
18 #define EXEC_PAGESIZE 4096
20 #ifndef NGROUPS
21 #define NGROUPS 32
22 #endif
24 #ifndef NOGROUP
25 #define NOGROUP (-1)
26 #endif
28 #define MAXHOSTNAMELEN 64 /* max length of hostname */
30 #endif /* _UAPI_XTENSA_PARAM_H */