Linux 4.6-rc6
[cris-mirror.git] / include / linux / bcma / bcma_soc.h
blob1b5fc0c3b1b5f0292a653aafa77a3b5e0b7ec982
1 #ifndef LINUX_BCMA_SOC_H_
2 #define LINUX_BCMA_SOC_H_
4 #include <linux/bcma/bcma.h>
6 struct bcma_soc {
7 struct bcma_bus bus;
8 };
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_ */