Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8ac3891b48906b38db4b153c2d0d55db2ef81aee
/
.
/
arch
/
x86
/
include
/
asm
/
suspend.h
blob: 9bd521fe4570e64b0f96adc7e9fa6e3f7fb244f7 [
file
] [
log
] [
blame
]
Thomas Gleixner
96a388d
2007-10-11 11:20:03 +0200
[
diff
] [
blame
]
1
#ifdef
CONFIG_X86_32
2
# include "suspend_32.h"
3
#else
4
# include "suspend_64.h"
5
#endif