diff options
Diffstat (limited to 'drivers/bcma/bcma_private.h')
-rw-r--r-- | drivers/bcma/bcma_private.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/bcma/bcma_private.h b/drivers/bcma/bcma_private.h index e02ff21835c9..b97633d0d237 100644 --- a/drivers/bcma/bcma_private.h +++ b/drivers/bcma/bcma_private.h | |||
@@ -15,9 +15,16 @@ struct bcma_bus; | |||
15 | /* main.c */ | 15 | /* main.c */ |
16 | int bcma_bus_register(struct bcma_bus *bus); | 16 | int bcma_bus_register(struct bcma_bus *bus); |
17 | void bcma_bus_unregister(struct bcma_bus *bus); | 17 | void bcma_bus_unregister(struct bcma_bus *bus); |
18 | int __init bcma_bus_early_register(struct bcma_bus *bus, | ||
19 | struct bcma_device *core_cc, | ||
20 | struct bcma_device *core_mips); | ||
18 | 21 | ||
19 | /* scan.c */ | 22 | /* scan.c */ |
20 | int bcma_bus_scan(struct bcma_bus *bus); | 23 | int bcma_bus_scan(struct bcma_bus *bus); |
24 | int __init bcma_bus_scan_early(struct bcma_bus *bus, | ||
25 | struct bcma_device_id *match, | ||
26 | struct bcma_device *core); | ||
27 | void bcma_init_bus(struct bcma_bus *bus); | ||
21 | 28 | ||
22 | /* sprom.c */ | 29 | /* sprom.c */ |
23 | int bcma_sprom_get(struct bcma_bus *bus); | 30 | int bcma_sprom_get(struct bcma_bus *bus); |