aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/include/mach
diff options
context:
space:
mode:
authorKalimochoAz <calimochoazucarado@gmail.com>2012-02-11 12:43:04 +0100
committerKalimochoAz <calimochoazucarado@gmail.com>2012-02-11 12:43:04 +0100
commit9d3edd09aa318c333016b6e13597674695395095 (patch)
tree86387cbabed29bed8d7109bd8064a6517e3fa0bc /arch/arm/mach-s5pv210/include/mach
parent04e99107b0db07334c670cc4b4fbd43cd007cd9a (diff)
parentd948ec4839368c01b6ba401e942abb42d040c8f7 (diff)
downloadkernel_samsung_crespo-9d3edd09aa318c333016b6e13597674695395095.zip
kernel_samsung_crespo-9d3edd09aa318c333016b6e13597674695395095.tar.gz
kernel_samsung_crespo-9d3edd09aa318c333016b6e13597674695395095.tar.bz2
Merge branch 'glados/deepidle'
Diffstat (limited to 'arch/arm/mach-s5pv210/include/mach')
-rw-r--r--arch/arm/mach-s5pv210/include/mach/cpuidle.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/include/mach/cpuidle.h b/arch/arm/mach-s5pv210/include/mach/cpuidle.h
new file mode 100644
index 0000000..7454ae4
--- /dev/null
+++ b/arch/arm/mach-s5pv210/include/mach/cpuidle.h
@@ -0,0 +1,16 @@
+/* arch/arm/mach-s5pv210/include/mach/cpuidle.h
+ *
+ * Copyright 2010 Samsung Electronics
+ * Jaecheol Lee <jc.lee@samsung>
+ *
+ * S5PV210 - CPUIDLE support
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+*/
+
+extern int s5pv210_didle_save(unsigned long *saveblk);
+extern void s5pv210_didle_resume(void);
+extern void i2sdma_getpos(dma_addr_t *src);
+extern unsigned int get_rtc_cnt(void);