]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/mips/include/uapi/asm/param.h
License cleanup: add SPDX license identifier to uapi header files with a license
[mirror_ubuntu-eoan-kernel.git] / arch / mips / include / uapi / asm / param.h
CommitLineData
e2be04c7 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
1da177e4
LT
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 (ralf@gnu.org)
8 * Copyright 2000 Silicon Graphics, Inc.
9 */
10#ifndef _ASM_PARAM_H
11#define _ASM_PARAM_H
12
1da177e4
LT
13#define EXEC_PAGESIZE 65536
14
d38760cc 15#include <asm-generic/param.h>
1da177e4
LT
16
17#endif /* _ASM_PARAM_H */