aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/io.h')
-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)
248#endif 248#endif
249} 249}
250 250
251/* Quad-word real-mode I/O, don't ask.. */
252unsigned long long peek_real_address_q(unsigned long long addr);
253unsigned 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)