aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/setup_64.h
blob: a04aadcccf67f3a877ff96b74a542d9f63afacbd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef _x8664_SETUP_H
#define _x8664_SETUP_H

#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