]> git.karo-electronics.de Git - karo-tx-linux.git/blob - include/linux/bcma/bcma_soc.h
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / include / linux / bcma / bcma_soc.h
1 #ifndef LINUX_BCMA_SOC_H_
2 #define LINUX_BCMA_SOC_H_
3
4 #include <linux/bcma/bcma.h>
5
6 struct bcma_soc {
7         struct bcma_bus bus;
8 };
9
10 int __init bcma_host_soc_register(struct bcma_soc *soc);
11 int __init bcma_host_soc_init(struct bcma_soc *soc);
12
13 int bcma_bus_register(struct bcma_bus *bus);
14
15 #endif /* LINUX_BCMA_SOC_H_ */