]> Git Repo - linux.git/blob - arch/alpha/include/uapi/asm/param.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / alpha / include / uapi / asm / param.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef _UAPI_ASM_ALPHA_PARAM_H
3 #define _UAPI_ASM_ALPHA_PARAM_H
4
5 #define HZ              1024
6
7 #define EXEC_PAGESIZE   8192
8
9 #ifndef NOGROUP
10 #define NOGROUP         (-1)
11 #endif
12
13 #define MAXHOSTNAMELEN  64      /* max length of hostname */
14
15 #endif /* _UAPI_ASM_ALPHA_PARAM_H */
This page took 0.032541 seconds and 4 git commands to generate.