]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/of_pci.h
of/pci: Add of_pci_parse_bus_range() function
[karo-tx-linux.git] / include / linux / of_pci.h
index 91ec484e0045a05eeaf5a6e32baea8b86c0e9976..7a04826018c063fca8464deeab3f26c39f363fe0 100644 (file)
@@ -11,5 +11,6 @@ struct device_node;
 struct device_node *of_pci_find_child_device(struct device_node *parent,
                                             unsigned int devfn);
 int of_pci_get_devfn(struct device_node *np);
+int of_pci_parse_bus_range(struct device_node *node, struct resource *res);
 
 #endif