aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-20 18:26:28 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:50 +0900
commitac490a4893d37279f704876d430c3683071398b2 (patch)
tree3423633363dc1fcb064bfbb22ca72c1c19549f33 /include
parentsh: Share bug/debug traps across _32 and _64. (diff)
downloadlinux-dev-ac490a4893d37279f704876d430c3683071398b2.tar.xz
linux-dev-ac490a4893d37279f704876d430c3683071398b2.zip
sh: Move quad-word real-address I/O defs to io.h.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-sh/io.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-sh/io.h b/include/asm-sh/io.h
index 556aabe844c5..74305edceeeb 100644
--- a/include/asm-sh/io.h
+++ b/include/asm-sh/io.h
@@ -248,6 +248,11 @@ static inline void ctrl_delay(void)
#endif
}
+/* Quad-word real-mode I/O, don't ask.. */
+unsigned long long peek_real_address_q(unsigned long long addr);
+unsigned long long poke_real_address_q(unsigned long long addr,
+ unsigned long long val);
+
#define IO_SPACE_LIMIT 0xffffffff
#if !defined(CONFIG_MMU)