diff options
Diffstat (limited to 'include/linux/io.h')
-rw-r--r-- | include/linux/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/io.h b/include/linux/io.h index f5edf9c5de0a..45a9c944cb0a 100644 --- a/include/linux/io.h +++ b/include/linux/io.h | |||
@@ -45,6 +45,8 @@ void __iomem * pcim_iomap(struct pci_dev *pdev, int bar, unsigned long maxlen); | |||
45 | void pcim_iounmap(struct pci_dev *pdev, void __iomem *addr); | 45 | void pcim_iounmap(struct pci_dev *pdev, void __iomem *addr); |
46 | void __iomem * const * pcim_iomap_table(struct pci_dev *pdev); | 46 | void __iomem * const * pcim_iomap_table(struct pci_dev *pdev); |
47 | 47 | ||
48 | int pcim_iomap_regions(struct pci_dev *pdev, u16 mask, const char *name); | ||
49 | |||
48 | /** | 50 | /** |
49 | * check_signature - find BIOS signatures | 51 | * check_signature - find BIOS signatures |
50 | * @io_addr: mmio address to check | 52 | * @io_addr: mmio address to check |