summaryrefslogtreecommitdiff
path: root/sysroot/usr/include/asm/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysroot/usr/include/asm/setup.h')
-rw-r--r--sysroot/usr/include/asm/setup.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysroot/usr/include/asm/setup.h b/sysroot/usr/include/asm/setup.h
new file mode 100644
index 0000000..c3b36cb
--- /dev/null
+++ b/sysroot/usr/include/asm/setup.h
@@ -0,0 +1,7 @@
+#ifndef _ASM_X86_SETUP_H
+#define _ASM_X86_SETUP_H
+
+#define COMMAND_LINE_SIZE 2048
+
+
+#endif /* _ASM_X86_SETUP_H */