]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/bcma/bcma.h
bcma: add helpers bringing PCIe hosted bus up / down
[linux-beck.git] / include / linux / bcma / bcma.h
index 994739da827f26cb574e97411e92b82d3f23d340..037620b3f1134501bfed71364c82f7ec83fd297c 100644 (file)
@@ -434,6 +434,9 @@ static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus,
        return bcma_find_core_unit(bus, coreid, 0);
 }
 
+extern void bcma_host_pci_up(struct bcma_bus *bus);
+extern void bcma_host_pci_down(struct bcma_bus *bus);
+
 extern bool bcma_core_is_enabled(struct bcma_device *core);
 extern void bcma_core_disable(struct bcma_device *core, u32 flags);
 extern int bcma_core_enable(struct bcma_device *core, u32 flags);