Sign in
android-kvm
/
linux
/
7b1dec59750732b23557ea938cda36fa374267d3
/
.
/
include
/
asm-x86
/
alternative.h
blob: 9eef6a32a130490368c726a6587f53a7858e586f [
file
] [
log
] [
blame
]
#ifdef
CONFIG_X86_32
# include "alternative_32.h"
#else
# include "alternative_64.h"
#endif