diff options
author | Ben Dooks <ben-linux@fluff.org> | 2006-12-06 01:50:24 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-07 16:17:49 +0000 |
commit | 9073341c2ba5d5e77b3d05d84cf9e3a16e8a7902 (patch) | |
tree | 96e35ea42213836fa949df8f5d4b20f6834f855d /include/asm-arm/arch-s3c2410/h1940.h | |
parent | f9a8ca1cabf09316d79cab7f04e1390261ff9035 (diff) | |
download | op-kernel-dev-9073341c2ba5d5e77b3d05d84cf9e3a16e8a7902.zip op-kernel-dev-9073341c2ba5d5e77b3d05d84cf9e3a16e8a7902.tar.gz |
[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.h | 21 |
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 0000000..6135592 --- /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 */ |