summaryrefslogtreecommitdiff
path: root/include/linux/of_pci.h
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2013-05-16 15:55:19 (GMT)
committerJason Cooper <jason@lakedaemon.net>2013-05-19 20:30:10 (GMT)
commit4e23d3f505e8acfeac7cc33d4113fbb5a25c3090 (patch)
tree48184aadabb71896e0dd5295ee0daf14de81148c /include/linux/of_pci.h
parent45ab9702fb47d18dca116b3a0509efa19fbcb27a (diff)
downloadlinux-fsl-qoriq-4e23d3f505e8acfeac7cc33d4113fbb5a25c3090.tar.xz
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 91ec484..7a04826 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