param.h 476 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
  2. /*
  3. * This file is subject to the terms and conditions of the GNU General Public
  4. * License. See the file "COPYING" in the main directory of this archive
  5. * for more details.
  6. *
  7. * Copyright 1994 - 2000, 2002 Ralf Baechle ([email protected])
  8. * Copyright 2000 Silicon Graphics, Inc.
  9. */
  10. #ifndef _ASM_PARAM_H
  11. #define _ASM_PARAM_H
  12. #define EXEC_PAGESIZE 65536
  13. #include <asm-generic/param.h>
  14. #endif /* _ASM_PARAM_H */