1#ifndef _ASM_PARAM_H
2#define _ASM_PARAM_H
3
4#define EXEC_PAGESIZE	16384
5
6#include <asm-generic/param.h>
7
8#endif /* _ASM_PARAM_H */
9