summaryrefslogtreecommitdiff
path: root/include/linux/of_pci.h
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2013-05-16 17:55:19 +0200
committerNitin Garg <nitin.garg@freescale.com>2014-04-16 08:47:19 -0500
commit944ee2d096faae7d70961bc8b5944414a79b0c2f (patch)
tree2acfa1283be16ed98cbbd09abc4b912054c5eeab /include/linux/of_pci.h
parent3b185938d95790a62e5858b8dcacf747f614da2a (diff)
of/pci: Add of_pci_parse_bus_range() function
This function can be used to parse a bus-range property as specified by device nodes representing PCI bridges. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'include/linux/of_pci.h')
-rw-r--r--include/linux/of_pci.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/of_pci.h b/include/linux/of_pci.h
index 91ec484e0045..7a04826018c0 100644
--- a/include/linux/of_pci.h
+++ b/include/linux/of_pci.h
@@ -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