]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/linux/bcma/bcma_soc.h
Merge branch 'linux-4.15' of git://github.com/skeggsb/linux into drm-fixes
[mirror_ubuntu-bionic-kernel.git] / include / linux / bcma / bcma_soc.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef LINUX_BCMA_SOC_H_
3 #define LINUX_BCMA_SOC_H_
4
5 #include <linux/bcma/bcma.h>
6
7 struct bcma_soc {
8 struct bcma_bus bus;
9 };
10
11 int __init bcma_host_soc_register(struct bcma_soc *soc);
12 int __init bcma_host_soc_init(struct bcma_soc *soc);
13
14 int bcma_bus_register(struct bcma_bus *bus);
15
16 #endif /* LINUX_BCMA_SOC_H_ */