repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.16.22
[linux/fpc-iii.git]
/
include
/
asm-ppc
/
suspend.h
blob
3df9f32bd8349e54189e41ffc35227ac9b30d573
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
}