[ARM] 3803/2: S3C24XX: PM split S3C2410 out of core pm
[deliverable/linux.git] / arch / arm / mach-s3c2410 / pm.h
index fa8e237cfee81d444854ab4420384ac843963962..ffe197a119fb096b2e3c1d9c6788094946011fcc 100644 (file)
@@ -34,6 +34,11 @@ extern unsigned long s3c_irqwake_eintmask;
 extern unsigned long s3c_irqwake_intallow;
 extern unsigned long s3c_irqwake_eintallow;
 
+/* per-cpu sleep functions */
+
+extern void (*pm_cpu_prep)(void);
+extern void (*pm_cpu_sleep)(void);
+
 /* Flags for PM Control */
 
 extern unsigned long s3c_pm_flags;
This page took 0.042607 seconds and 5 git commands to generate.