diff options
Diffstat (limited to 'include/linux/bcma/bcma.h')
-rw-r--r-- | include/linux/bcma/bcma.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/bcma/bcma.h b/include/linux/bcma/bcma.h index 994739da827f..037620b3f113 100644 --- a/include/linux/bcma/bcma.h +++ b/include/linux/bcma/bcma.h | |||
@@ -434,6 +434,9 @@ static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus, | |||
434 | return bcma_find_core_unit(bus, coreid, 0); | 434 | return bcma_find_core_unit(bus, coreid, 0); |
435 | } | 435 | } |
436 | 436 | ||
437 | extern void bcma_host_pci_up(struct bcma_bus *bus); | ||
438 | extern void bcma_host_pci_down(struct bcma_bus *bus); | ||
439 | |||
437 | extern bool bcma_core_is_enabled(struct bcma_device *core); | 440 | extern bool bcma_core_is_enabled(struct bcma_device *core); |
438 | extern void bcma_core_disable(struct bcma_device *core, u32 flags); | 441 | extern void bcma_core_disable(struct bcma_device *core, u32 flags); |
439 | extern int bcma_core_enable(struct bcma_device *core, u32 flags); | 442 | extern int bcma_core_enable(struct bcma_device *core, u32 flags); |