Sign in
googlers
/
maze
/
linux
/
3b16cc2d4ccc3949455432241fe378448e77d911
/
.
/
include
/
asm-x86
/
unwind.h
blob: 7e4d7ad5520809336fba6b9327016cb3987f96c5 [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "unwind_32.h"
#else
# include "unwind_64.h"
#endif