diff options
Diffstat (limited to 'include/asm-ia64/machvec.h')
-rw-r--r-- | include/asm-ia64/machvec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ia64/machvec.h b/include/asm-ia64/machvec.h index 96d46dbfde47..0df72a134c8b 100644 --- a/include/asm-ia64/machvec.h +++ b/include/asm-ia64/machvec.h | |||
@@ -346,9 +346,11 @@ extern ia64_mv_dma_supported swiotlb_dma_supported; | |||
346 | #endif | 346 | #endif |
347 | #ifndef platform_pci_legacy_read | 347 | #ifndef platform_pci_legacy_read |
348 | # define platform_pci_legacy_read ia64_pci_legacy_read | 348 | # define platform_pci_legacy_read ia64_pci_legacy_read |
349 | extern int ia64_pci_legacy_read(struct pci_bus *bus, u16 port, u32 *val, u8 size); | ||
349 | #endif | 350 | #endif |
350 | #ifndef platform_pci_legacy_write | 351 | #ifndef platform_pci_legacy_write |
351 | # define platform_pci_legacy_write ia64_pci_legacy_write | 352 | # define platform_pci_legacy_write ia64_pci_legacy_write |
353 | extern int ia64_pci_legacy_write(struct pci_bus *bus, u16 port, u32 val, u8 size); | ||
352 | #endif | 354 | #endif |
353 | #ifndef platform_inb | 355 | #ifndef platform_inb |
354 | # define platform_inb __ia64_inb | 356 | # define platform_inb __ia64_inb |