diff options
Diffstat (limited to 'arch/m32r/include/uapi/asm/setup.h')
-rw-r--r-- | arch/m32r/include/uapi/asm/setup.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/m32r/include/uapi/asm/setup.h b/arch/m32r/include/uapi/asm/setup.h new file mode 100644 index 000000000000..96961a42e5f4 --- /dev/null +++ b/arch/m32r/include/uapi/asm/setup.h | |||
@@ -0,0 +1,11 @@ | |||
1 | #ifndef _UAPI_ASM_M32R_SETUP_H | ||
2 | #define _UAPI_ASM_M32R_SETUP_H | ||
3 | |||
4 | /* | ||
5 | * This is set up by the setup-routine at boot-time | ||
6 | */ | ||
7 | |||
8 | #define COMMAND_LINE_SIZE 512 | ||
9 | |||
10 | |||
11 | #endif /* _UAPI_ASM_M32R_SETUP_H */ | ||