1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux 1 2 #ifndef _UAPI__ASM_GENERIC_PARAM_H 3 #define _UAPI__ASM_GENERIC_PARAM_H 4 5 #ifndef HZ 6 #define HZ 100 7 #endif 8 9 #ifndef EXEC_PAGESIZE 10 #define EXEC_PAGESIZE 4096 11 #endif 12 13 #ifndef NOGROUP 14 #define NOGROUP (-1) 15 #endif 16 17 #define MAXHOSTNAMELEN 64 /* max length 18 19 20 #endif /* _UAPI__ASM_GENERIC_PARAM_H */ 21
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.