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
Add a 00-INDEX file to Documentation/mips/
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
asm-x86
/
byteorder.h
blob
eb14b1870ed7206769a79267502f730bba9d8d97
1
#ifdef __KERNEL__
2
# ifdef CONFIG_X86_32
3
# include
"byteorder_32.h"
4
# else
5
# include
"byteorder_64.h"
6
# endif
7
#else
8
# ifdef __i386__
9
# include
"byteorder_32.h"
10
# else
11
# include
"byteorder_64.h"
12
# endif
13
#endif