repo.or.cz
/
hh.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sync hh.org
[hh.org.git]
/
include
/
asm-arm
/
arch-pxa
/
pxa-pm_ll.h
blob
638ed2f61fe5c410305f59cc8fa0f82556f72933
1
struct
pxa_ll_pm_ops
{
2
void
(*
suspend
)(
unsigned long
);
3
void
(*
resume
)(
void
);
4
};
5
6
extern
struct
pxa_ll_pm_ops
*
pxa_pm_set_ll_ops
(
struct
pxa_ll_pm_ops
*
new_ops
);