2005-04-16 22:20:36 +00:00
|
|
|
#ifndef _x8664_SETUP_H
|
|
|
|
#define _x8664_SETUP_H
|
|
|
|
|
2007-02-12 08:54:28 +00:00
|
|
|
#define COMMAND_LINE_SIZE 2048
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2007-10-16 00:13:22 +00: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 22:20:36 +00:00
|
|
|
#endif
|