From 6d67361b59b70d930144b47f6fbbef956ca2fb40 Mon Sep 17 00:00:00 2001 From: Oliver O'Halloran Date: Fri, 15 Sep 2017 15:40:48 +1000 Subject: core/pci-slots: Move slot-label construction to a helper Move this out of the astbmc specific part into a generic helper. This allows us to use it more commonly. Signed-off-by: Oliver O'Halloran Signed-off-by: Stewart Smith --- include/pci-slot.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/pci-slot.h') diff --git a/include/pci-slot.h b/include/pci-slot.h index 0524652..1d323aa 100644 --- a/include/pci-slot.h +++ b/include/pci-slot.h @@ -259,6 +259,9 @@ extern void pci_slot_add_dt_properties(struct pci_slot *slot, struct dt_node *np); extern struct pci_slot *pci_slot_find(uint64_t id); +extern void pci_slot_add_loc(struct pci_slot *slot, + struct dt_node *np, const char *label); + /* DT based slot map */ extern struct dt_node *dt_slots; -- cgit v1.1