Sign in
android-kvm
/
linux
/
342a0497c23c278633f8674ab62f71e5049b7080
/
.
/
include
/
asm-ppc
/
suspend.h
blob: 3df9f32bd8349e54189e41ffc35227ac9b30d573 [
file
] [
log
] [
blame
]
Linus Torvalds
1da177e
2005-04-16 15:20:36 -0700
[
diff
] [
blame
]
1
static
inline
int
arch_prepare_suspend
(
void
)
2
{
3
return
0
;
4
}
5
6
static
inline
void
save_processor_state
(
void
)
7
{
8
}
9
10
static
inline
void
restore_processor_state
(
void
)
11
{
12
}