X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm%2Fio.h;fp=include%2Fasm-arm%2Fio.h;h=bf7b9dea30f1f9b0ae7f16dfbc1cd752e5c5327c;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=b3479fc1cc8f33ab2090eaf3431424bee027e3a6;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/include/asm-arm/io.h b/include/asm-arm/io.h index b3479fc1c..bf7b9dea3 100644 --- a/include/asm-arm/io.h +++ b/include/asm-arm/io.h @@ -291,5 +291,12 @@ extern void pci_iounmap(struct pci_dev *dev, void __iomem *addr); */ #define xlate_dev_kmem_ptr(p) p +/* + * Register ISA memory and port locations for glibc iopl/inb/outb + * emulation. + */ +extern void register_isa_ports(unsigned int mmio, unsigned int io, + unsigned int io_shift); + #endif /* __KERNEL__ */ #endif /* __ASM_ARM_IO_H */