]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/asm-ppc/io.h
IDE: - make ide_inb () and ide_outb () "weak", so boards can
[people/ms/u-boot.git] / include / asm-ppc / io.h
index 03289bcc21402ea3f20dd7d991b5ddcd4d80f1bb..11dfa1c57b48b6248ed96c457e9faa57a2e18c23 100644 (file)
@@ -13,6 +13,9 @@
 #define SIO_CONFIG_RA   0x398
 #define SIO_CONFIG_RD   0x399
 
+#ifndef _IO_BASE
+#define _IO_BASE 0
+#endif
 
 #define readb(addr) in_8((volatile u8 *)(addr))
 #define writeb(b,addr) out_8((volatile u8 *)(addr), (b))