projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[linux-2.6]
/
include
/
asm-x86
/
setup_64.h
1
#ifndef _x8664_SETUP_H
2
#define _x8664_SETUP_H
3
4
#define COMMAND_LINE_SIZE 2048
5
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
19
#endif