2005-04-16 18:20:36 -04:00
|
|
|
#ifndef _x8664_SETUP_H
|
|
|
|
#define _x8664_SETUP_H
|
|
|
|
|
2007-02-12 03:54:28 -05:00
|
|
|
#define COMMAND_LINE_SIZE 2048
|
2005-04-16 18:20:36 -04:00
|
|
|
|
2007-10-15 20:13:22 -04:00
|
|
|
#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__ */
|
|
|
|
|
2005-04-16 18:20:36 -04:00
|
|
|
#endif
|