Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
3a12b199fc820a52b8321c2b35172a1b3651120d
/
.
/
include
/
asm-x86
/
hw_irq.h
blob: bf025399d9392ed7910d34c8c0b7309c125f92e9 [
file
] [
log
] [
blame
]
Thomas Gleixner
96a388d
2007-10-11 11:20:03 +0200
[
diff
] [
blame
]
1
#ifdef
CONFIG_X86_32
2
# include "hw_irq_32.h"
3
#else
4
# include "hw_irq_64.h"
5
#endif