blob: 1b5fc0c3b1b5f0292a653aafa77a3b5e0b7ec982 [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;
Hauke Mehrtensecd177c2011-07-23 01:20:08 +02008};
9
10int __init bcma_host_soc_register(struct bcma_soc *soc);
Rafał Miłeckia3951352014-09-01 23:11:07 +020011int __init bcma_host_soc_init(struct bcma_soc *soc);
Hauke Mehrtensecd177c2011-07-23 01:20:08 +020012
13int bcma_bus_register(struct bcma_bus *bus);
14
15#endif /* LINUX_BCMA_SOC_H_ */