repo.or.cz
/
wandboard.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
[wandboard.git]
/
include
/
asm-x86
/
bug.h
blob
c655d7f3a5e04b71338f48daaca9555b9a7927b0
1
#ifdef CONFIG_X86_32
2
# include
"bug_32.h"
3
#else
4
# include
"bug_64.h"
5
#endif