1 /* 2 * This header was generated from the Linux kernel headers by update_headers.py, 3 * to provide necessary information from kernel to userspace, such as constants, 4 * structures, and macros, and thus, contains no copyrightable information. 5 */ 6 #ifndef _UAPI__ASM_GENERIC_PARAM_H 7 #define _UAPI__ASM_GENERIC_PARAM_H 8 #ifndef HZ 9 #define HZ 100 10 #endif 11 #ifndef EXEC_PAGESIZE 12 #define EXEC_PAGESIZE 4096 13 #endif 14 #ifndef NOGROUP 15 #define NOGROUP (-1) 16 #endif 17 #define MAXHOSTNAMELEN 64 18 #endif 19