Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / arch / arm / include / asm / suspend.h
blob1c0a551ae375490c8f81c589ae92511d509f0bb0
1 #ifndef __ASM_ARM_SUSPEND_H
2 #define __ASM_ARM_SUSPEND_H
4 extern void cpu_resume(void);
5 extern int cpu_suspend(unsigned long, int (*)(unsigned long));
7 #endif