Sign in
googlers
/
maze
/
linux
/
8ae60e34dd737ed3bef64b08130478393d9c4e8a
/
.
/
include
/
asm-x86
/
alternative.h
blob: 9eef6a32a130490368c726a6587f53a7858e586f [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "alternative_32.h"
#else
# include "alternative_64.h"
#endif