repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control
[zen-stable.git]
/
arch
/
arm
/
include
/
asm
/
suspend.h
blob
1c0a551ae375490c8f81c589ae92511d509f0bb0
1
#ifndef __ASM_ARM_SUSPEND_H
2
#define __ASM_ARM_SUSPEND_H
3
4
extern
void
cpu_resume
(
void
);
5
extern
int
cpu_suspend
(
unsigned long
,
int
(*)(
unsigned long
));
6
7
#endif