]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - include/uapi/asm-generic/param.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / include / uapi / asm-generic / param.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
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 of hostname */
18
19
20 #endif /* _UAPI__ASM_GENERIC_PARAM_H */