kernel_samsung_sm7125/include/asm-x86/hardirq.h

5 lines
84 B

#ifdef CONFIG_X86_32
# include "hardirq_32.h"
#else
# include "hardirq_64.h"
#endif