Sign in
nest-open-source
/
manifest_repos
/
kernel
/
dee7857043c15f8ffedfeee3cb4fa05b1d11f39f
/
.
/
arch
/
x86
/
include
/
asm
/
suspend.h
blob: 2fab6c2c3575aa3c5233ec88015e2845c0008cf0 [
file
]
#ifdef
CONFIG_X86_32
# include <asm/suspend_32.h>
#else
# include <asm/suspend_64.h>
#endif