linux-brain/include/asm-x86/bug.h

6 lines
76 B
C

#ifdef CONFIG_X86_32
# include "bug_32.h"
#else
# include "bug_64.h"
#endif