mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
8 lines
130 B
C
8 lines
130 B
C
#ifndef _ASM_PARAM_H
|
|
#define _ASM_PARAM_H
|
|
|
|
#define EXEC_PAGESIZE 16384
|
|
|
|
#include <asm-generic/param.h>
|
|
|
|
#endif /* _ASM_PARAM_H */
|