|
@@ -31,6 +31,8 @@ int __init bcma_bus_early_register(struct bcma_bus *bus,
|
|
int bcma_bus_suspend(struct bcma_bus *bus);
|
|
int bcma_bus_suspend(struct bcma_bus *bus);
|
|
int bcma_bus_resume(struct bcma_bus *bus);
|
|
int bcma_bus_resume(struct bcma_bus *bus);
|
|
#endif
|
|
#endif
|
|
|
|
+struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid,
|
|
|
|
+ u8 unit);
|
|
|
|
|
|
/* scan.c */
|
|
/* scan.c */
|
|
int bcma_bus_scan(struct bcma_bus *bus);
|
|
int bcma_bus_scan(struct bcma_bus *bus);
|