repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i386/x86_64: move headers to include/asm-x86
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-x86
/
msgbuf.h
blob
154f7d64e862dac83e83c9846b0e8a9b5c95a54a
1
#ifdef __KERNEL__
2
# ifdef CONFIG_X86_32
3
# include
"msgbuf_32.h"
4
# else
5
# include
"msgbuf_64.h"
6
# endif
7
#else
8
# ifdef __i386__
9
# include
"msgbuf_32.h"
10
# else
11
# include
"msgbuf_64.h"
12
# endif
13
#endif