1
0
Fork 0
remarkable-linux/include/asm-x86/unwind.h

6 lines
82 B
C

#ifdef CONFIG_X86_32
# include "unwind_32.h"
#else
# include "unwind_64.h"
#endif