[IA64-SGI] - Fix discover of nearest cpu node to IO node
[deliverable/linux.git] / include / asm-ia64 / machvec.h
index c3e4ed8a3e1753c197f0d21be7b084ec3c9a37d0..a9c995a86c21e42482060eeda9fd68ce55078b07 100644 (file)
@@ -347,9 +347,11 @@ extern ia64_mv_dma_supported               swiotlb_dma_supported;
 #endif
 #ifndef platform_pci_legacy_read
 # define platform_pci_legacy_read      ia64_pci_legacy_read
+extern int ia64_pci_legacy_read(struct pci_bus *bus, u16 port, u32 *val, u8 size);
 #endif
 #ifndef platform_pci_legacy_write
 # define platform_pci_legacy_write     ia64_pci_legacy_write
+extern int ia64_pci_legacy_write(struct pci_bus *bus, u16 port, u32 val, u8 size);
 #endif
 #ifndef platform_inb
 # define platform_inb          __ia64_inb
This page took 0.024218 seconds and 5 git commands to generate.