]> err.no Git - linux-2.6/blobdiff - include/asm-i386/io.h
drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local var
[linux-2.6] / include / asm-i386 / io.h
index e797586a5bfc6fcbfa03cbcfe07ca40f07a81210..7b65b5b0003439c15852912d587ffc2a80ec293c 100644 (file)
@@ -129,6 +129,7 @@ extern void iounmap(volatile void __iomem *addr);
  */
 extern void *bt_ioremap(unsigned long offset, unsigned long size);
 extern void bt_iounmap(void *addr, unsigned long size);
+extern void __iomem *fix_ioremap(unsigned idx, unsigned long phys);
 
 /* Use early IO mappings for DMI because it's initialized early */
 #define dmi_ioremap bt_ioremap