Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
e34907ae180f4fe6c28bb4516c679c2f81b0c9ed
/
.
/
include
/
asm-x86
/
system.h
blob: 692562b48f2a6534074df384a7dff97217ea06a8 [
file
] [
log
] [
blame
]
Thomas Gleixner
96a388d
2007-10-11 11:20:03 +0200
[
diff
] [
blame
]
1
#ifdef
CONFIG_X86_32
2
# include "system_32.h"
3
#else
4
# include "system_64.h"
5
#endif