]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/setup_64.h
x86: merge required-features.h
[linux-2.6-omap-h63xx.git] / include / asm-x86 / setup_64.h
index eaeff73d6c10d07d91c818a182b2d7a5f08d48f1..a04aadcccf67f3a877ff96b74a542d9f63afacbd 100644 (file)
@@ -3,4 +3,17 @@
 
 #define COMMAND_LINE_SIZE      2048
 
+#ifdef __KERNEL__
+
+#ifndef __ASSEMBLY__
+#include <asm/bootparam.h>
+
+/*
+ * This is set up by the setup-routine at boot-time
+ */
+extern struct boot_params boot_params;
+
+#endif /* not __ASSEMBLY__ */
+#endif /* __KERNEL__ */
+
 #endif