]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - include/linux/bcma/bcma_soc.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / include / linux / bcma / bcma_soc.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
ecd177c2
HM
2#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;
ecd177c2
HM
9};
10
11int __init bcma_host_soc_register(struct bcma_soc *soc);
a395135d 12int __init bcma_host_soc_init(struct bcma_soc *soc);
ecd177c2
HM
13
14int bcma_bus_register(struct bcma_bus *bus);
15
16#endif /* LINUX_BCMA_SOC_H_ */