Merge tag 'drm-intel-fixes-2019-02-13' of git://anongit.freedesktop.org/drm/drm-intel...
[sfrench/cifs-2.6.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 */