Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
d7268a31c8aabc5a29ccc7f76de84383e5f38737
/
.
/
arch
/
arm
/
include
/
asm
/
suspend.h
blob: 1c0a551ae375490c8f81c589ae92511d509f0bb0 [
file
] [
log
] [
blame
]
#ifndef
__ASM_ARM_SUSPEND_H
#define
__ASM_ARM_SUSPEND_H
extern
void
cpu_resume
(
void
);
extern
int
cpu_suspend
(
unsigned
long
,
int
(*)(
unsigned
long
));
#endif