param.h 193 字节
Newer Older
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
L
Linus Torvalds 已提交
2 3 4 5 6
#ifndef _ASM_PARAM_H
#define _ASM_PARAM_H

#define EXEC_PAGESIZE	16384

7
#include <asm-generic/param.h>
L
Linus Torvalds 已提交
8 9

#endif /* _ASM_PARAM_H */