diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2013-05-16 17:55:19 +0200 |
---|---|---|
committer | Richard Zhu <r65037@freescale.com> | 2013-11-20 14:10:31 +0800 |
commit | a8b166d3c72ed35f9a89aca7cf1fc4ff4c246dd3 (patch) | |
tree | a1a4b2a63fc7cd2b037cfffab2c774d3d2593cab /include/linux/of_pci.h | |
parent | 7e9201cbcfbcdf728a699f24d429ccbc54746cc5 (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.h | 1 |
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 |