1 #ifndef LINUX_BCMA_SOC_H_
2 #define LINUX_BCMA_SOC_H_
4 #include <linux/bcma/bcma.h>
10 int __init
bcma_host_soc_register(struct bcma_soc
*soc
);
11 int __init
bcma_host_soc_init(struct bcma_soc
*soc
);
13 int bcma_bus_register(struct bcma_bus
*bus
);
15 #endif /* LINUX_BCMA_SOC_H_ */