diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-11-20 04:26:28 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:18:50 -0500 |
commit | ac490a4893d37279f704876d430c3683071398b2 (patch) | |
tree | 3423633363dc1fcb064bfbb22ca72c1c19549f33 /include/asm-sh/io.h | |
parent | 5a4f7c66be981c6b5f44a4d66a14ea6ac9b7b6b0 (diff) |
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/asm-sh/io.h')
-rw-r--r-- | include/asm-sh/io.h | 5 |
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) | |||
248 | #endif | 248 | #endif |
249 | } | 249 | } |
250 | 250 | ||
251 | /* Quad-word real-mode I/O, don't ask.. */ | ||
252 | unsigned long long peek_real_address_q(unsigned long long addr); | ||
253 | unsigned long long poke_real_address_q(unsigned long long addr, | ||
254 | unsigned long long val); | ||
255 | |||
251 | #define IO_SPACE_LIMIT 0xffffffff | 256 | #define IO_SPACE_LIMIT 0xffffffff |
252 | 257 | ||
253 | #if !defined(CONFIG_MMU) | 258 | #if !defined(CONFIG_MMU) |