Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / include / asm / suspend.h
CommitLineData
2c74a0ce
RK
1#ifndef __ASM_ARM_SUSPEND_H
2#define __ASM_ARM_SUSPEND_H
3
2c74a0ce 4extern void cpu_resume(void);
e8ce0eb5 5extern int cpu_suspend(unsigned long, int (*)(unsigned long));
2c74a0ce
RK
6
7#endif