aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-s3c2410/h1940.h
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2006-12-06 01:50:24 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-12-07 16:17:49 +0000
commit9073341c2ba5d5e77b3d05d84cf9e3a16e8a7902 (patch)
tree96e35ea42213836fa949df8f5d4b20f6834f855d /include/asm-arm/arch-s3c2410/h1940.h
parent[ARM] 3985/1: ixp4xx clocksource cleanup (diff)
downloadlinux-dev-9073341c2ba5d5e77b3d05d84cf9e3a16e8a7902.tar.xz
linux-dev-9073341c2ba5d5e77b3d05d84cf9e3a16e8a7902.zip
[ARM] 3986/1: H1940: suspend to RAM support
Add support to suspend and resume, using the H1940's bootloader Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-s3c2410/h1940.h')
-rw-r--r--include/asm-arm/arch-s3c2410/h1940.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/include/asm-arm/arch-s3c2410/h1940.h b/include/asm-arm/arch-s3c2410/h1940.h
new file mode 100644
index 000000000000..6135592e60f2
--- /dev/null
+++ b/include/asm-arm/arch-s3c2410/h1940.h
@@ -0,0 +1,21 @@
+/* linux/include/asm-arm/arch-s3c2410/h1940.h
+ *
+ * Copyright 2006 Ben Dooks <ben-linux@fluff.org>
+ *
+ * H1940 definitions
+ *
+ * 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.
+*/
+
+#ifndef __ASM_ARCH_H1940_H
+#define __ASM_ARCH_H1940_H
+
+#define H1940_SUSPEND_CHECKSUM (0x30003ff8)
+#define H1940_SUSPEND_RESUMEAT (0x30081000)
+#define H1940_SUSPEND_CHECK (0x30080000)
+
+extern void h1940_pm_return(void);
+
+#endif /* __ASM_ARCH_H1940_H */