Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / include / linux / bcma / bcma_soc.h
blob4203c5593b9f99f638eda35ad25ca161365c249b
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 struct bcma_device core_cc;
9 struct bcma_device core_mips;
12 int __init bcma_host_soc_register(struct bcma_soc *soc);
14 int bcma_bus_register(struct bcma_bus *bus);
16 #endif /* LINUX_BCMA_SOC_H_ */