param.h 248 B

12345678910
  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. #define __USER_HZ 1024
  5. #define EXEC_PAGESIZE 8192
  6. #include <asm-generic/param.h>
  7. #endif /* _UAPI_ASM_ALPHA_PARAM_H */