Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / include / linux / bcma / bcma_soc.h
blob7cca5f859a907c16781de6e9a3f4d9067fc7ca38
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>
7 struct bcma_soc {
8 struct bcma_bus bus;
9 };
11 int __init bcma_host_soc_register(struct bcma_soc *soc);
12 int __init bcma_host_soc_init(struct bcma_soc *soc);
14 int bcma_bus_register(struct bcma_bus *bus);
16 #endif /* LINUX_BCMA_SOC_H_ */