blob: 7cca5f859a907c16781de6e9a3f4d9067fc7ca38 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Hauke Mehrtensecd177c2011-07-23 01:20:08 +02002#ifndef LINUX_BCMA_SOC_H_
3#define LINUX_BCMA_SOC_H_
4
5#include <linux/bcma/bcma.h>
6
7struct bcma_soc {
8 struct bcma_bus bus;
Hauke Mehrtensecd177c2011-07-23 01:20:08 +02009};
10
11int __init bcma_host_soc_register(struct bcma_soc *soc);
Rafał Miłeckia3951352014-09-01 23:11:07 +020012int __init bcma_host_soc_init(struct bcma_soc *soc);
Hauke Mehrtensecd177c2011-07-23 01:20:08 +020013
14int bcma_bus_register(struct bcma_bus *bus);
15
16#endif /* LINUX_BCMA_SOC_H_ */