1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef LINUX_BCMA_SOC_H_
3 #define LINUX_BCMA_SOC_H_
5 #include <linux/bcma/bcma.h>
12 int __init bcma_host_soc_register(struct bcma_soc *soc);
13 int __init bcma_host_soc_init(struct bcma_soc *soc);
15 int bcma_bus_register(struct bcma_bus *bus);
17 #endif /* LINUX_BCMA_SOC_H_ */