Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
param.h
Go to the documentation of this file.
1 #ifndef _M68K_PARAM_H
2 #define _M68K_PARAM_H
3 
4 #ifdef __uClinux__
5 #define EXEC_PAGESIZE 4096
6 #else
7 #define EXEC_PAGESIZE 8192
8 #endif
9 
10 #include <asm-generic/param.h>
11 
12 #endif /* _M68K_PARAM_H */