|
@@ -1,6 +1,7 @@
|
|
|
#ifndef __MACH_PXA27x_H
|
|
|
#define __MACH_PXA27x_H
|
|
|
|
|
|
+#include <linux/suspend.h>
|
|
|
#include <mach/hardware.h>
|
|
|
#include <mach/pxa2xx-regs.h>
|
|
|
#include <mach/mfp-pxa27x.h>
|
|
@@ -21,6 +22,7 @@
|
|
|
extern void __init pxa27x_map_io(void);
|
|
|
extern void __init pxa27x_init_irq(void);
|
|
|
extern int __init pxa27x_set_pwrmode(unsigned int mode);
|
|
|
+extern void pxa27x_cpu_pm_enter(suspend_state_t state);
|
|
|
|
|
|
#define pxa27x_handle_irq ichp_handle_irq
|
|
|
|