xref: /aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/asm-generic/param.h (revision cda5da8d549138a6648c5ee6d7a49cf8f4a657be)
1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI__ASM_GENERIC_PARAM_H
8 #define _UAPI__ASM_GENERIC_PARAM_H
9 #ifndef HZ
10 #define HZ 100
11 #endif
12 #ifndef EXEC_PAGESIZE
13 #define EXEC_PAGESIZE 4096
14 #endif
15 #ifndef NOGROUP
16 #define NOGROUP (- 1)
17 #endif
18 #define MAXHOSTNAMELEN 64
19 #endif
20