Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _x8664_SETUP_H |
| 2 | #define _x8664_SETUP_H |
| 3 | |
Alon Bar-Lev | bbd4bb9 | 2007-02-12 00:54:28 -0800 | [diff] [blame] | 4 | #define COMMAND_LINE_SIZE 2048 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
H. Peter Anvin | 30c8264 | 2007-10-15 17:13:22 -0700 | [diff] [blame] | 6 | #ifdef __KERNEL__ |
| 7 | |
| 8 | #ifndef __ASSEMBLY__ |
| 9 | #include <asm/bootparam.h> |
| 10 | |
| 11 | /* |
| 12 | * This is set up by the setup-routine at boot-time |
| 13 | */ |
| 14 | extern struct boot_params boot_params; |
| 15 | |
| 16 | #endif /* not __ASSEMBLY__ */ |
| 17 | #endif /* __KERNEL__ */ |
| 18 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | #endif |