xref: /linux/arch/alpha/include/uapi/asm/param.h (revision b61104e7a6349bd2c2b3e2fb3260d87f15eda8f4)
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 __USER_HZ	1024
6 #define EXEC_PAGESIZE	8192
7 
8 #include <asm-generic/param.h>
9 
10 #endif /* _UAPI_ASM_ALPHA_PARAM_H */
11