]> Git Repo - linux.git/blobdiff - include/linux/pci.h
BackMerge v4.18-rc7 into drm-next
[linux.git] / include / linux / pci.h
index 6e0c0803b24133f2cabbc03e5a09da2c4556a3e7..e04ab6265566dc3337e972cce5801a70a9ba58bf 100644 (file)
@@ -1243,6 +1243,8 @@ int pci_register_io_range(struct fwnode_handle *fwnode, phys_addr_t addr,
 unsigned long pci_address_to_pio(phys_addr_t addr);
 phys_addr_t pci_pio_to_address(unsigned long pio);
 int pci_remap_iospace(const struct resource *res, phys_addr_t phys_addr);
+int devm_pci_remap_iospace(struct device *dev, const struct resource *res,
+                          phys_addr_t phys_addr);
 void pci_unmap_iospace(struct resource *res);
 void __iomem *devm_pci_remap_cfgspace(struct device *dev,
                                      resource_size_t offset,
This page took 0.038401 seconds and 4 git commands to generate.