Sign in
kunit
/
linux
/
19ad7ae47e4ce4eb2a583e437d653a96da7897ac
/
.
/
include
/
asm-x86
/
bug.h
blob: c655d7f3a5e04b71338f48daaca9555b9a7927b0 [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "bug_32.h"
#else
# include "bug_64.h"
#endif