blob: f24d245f83948157092816175d872f360356ad48 [file] [log] [blame]
Hauke Mehrtensecd177c2011-07-23 01:20:08 +02001#ifndef LINUX_BCMA_SOC_H_
2#define LINUX_BCMA_SOC_H_
3
4#include <linux/bcma/bcma.h>
5
6struct bcma_soc {
7 struct bcma_bus bus;
8 struct bcma_device core_cc;
9 struct bcma_device core_mips;
10};
11
12int __init bcma_host_soc_register(struct bcma_soc *soc);
Rafał Miłeckia3951352014-09-01 23:11:07 +020013int __init bcma_host_soc_init(struct bcma_soc *soc);
Hauke Mehrtensecd177c2011-07-23 01:20:08 +020014
15int bcma_bus_register(struct bcma_bus *bus);
16
17#endif /* LINUX_BCMA_SOC_H_ */