]> Git Repo - linux.git/blob - arch/mips/include/uapi/asm/param.h
Merge tag 'v5.15-rc3' into spi-5.15
[linux.git] / arch / mips / include / uapi / asm / param.h
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
13 #define EXEC_PAGESIZE   65536
14
15 #include <asm-generic/param.h>
16
17 #endif /* _ASM_PARAM_H */
This page took 0.033975 seconds and 4 git commands to generate.