diff options
| author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-12 21:32:00 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-09-12 21:32:00 -0700 |
| commit | e4dad07102ea55ff15353e415ba4edc89953e67c (patch) | |
| tree | c20a8a4832058dea8f520d8a2245be8f5ea0afc9 /include/asm-ppc64 | |
| parent | b42897ce287f1b242ac217de88e325101c0138f2 (diff) | |
Add skeleton "generic IO mapping" infrastructure.
Jeff wants to use this to clean up SATA and some network drivers.
Diffstat (limited to 'include/asm-ppc64')
| -rw-r--r-- | include/asm-ppc64/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc64/io.h b/include/asm-ppc64/io.h index 33c2dfff9815..1e9cd557352e 100644 --- a/include/asm-ppc64/io.h +++ b/include/asm-ppc64/io.h @@ -18,6 +18,8 @@ #include <asm/memory.h> #include <asm/delay.h> +#include <asm-generic/iomap.h> + #define __ide_mm_insw(p, a, c) _insw_ns((volatile u16 *)(p), (a), (c)) #define __ide_mm_insl(p, a, c) _insl_ns((volatile u32 *)(p), (a), (c)) #define __ide_mm_outsw(p, a, c) _outsw_ns((volatile u16 *)(p), (a), (c)) |
