summaryrefslogtreecommitdiffstats
path: root/kernel/arch/powerpc/include/uapi/asm/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/powerpc/include/uapi/asm/setup.h')
-rw-r--r--kernel/arch/powerpc/include/uapi/asm/setup.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/arch/powerpc/include/uapi/asm/setup.h b/kernel/arch/powerpc/include/uapi/asm/setup.h
new file mode 100644
index 000000000..ae3fb68cb
--- /dev/null
+++ b/kernel/arch/powerpc/include/uapi/asm/setup.h
@@ -0,0 +1,6 @@
+#ifndef _UAPI_ASM_POWERPC_SETUP_H
+#define _UAPI_ASM_POWERPC_SETUP_H
+
+#define COMMAND_LINE_SIZE 2048
+
+#endif /* _UAPI_ASM_POWERPC_SETUP_H */