Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 /*
0003  * This file is subject to the terms and conditions of the GNU General Public
0004  * License.  See the file "COPYING" in the main directory of this archive
0005  * for more details.
0006  *
0007  * Copyright 1994 - 2000, 2002 Ralf Baechle (ralf@gnu.org)
0008  * Copyright 2000 Silicon Graphics, Inc.
0009  */
0010 #ifndef _ASM_PARAM_H
0011 #define _ASM_PARAM_H
0012 
0013 #define EXEC_PAGESIZE   65536
0014 
0015 #include <asm-generic/param.h>
0016 
0017 #endif /* _ASM_PARAM_H */