]> Git Repo - J-linux.git/blob - include/linux/bcma/bcma_soc.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.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         struct device *dev;
10 };
11
12 int __init bcma_host_soc_register(struct bcma_soc *soc);
13 int __init bcma_host_soc_init(struct bcma_soc *soc);
14
15 int bcma_bus_register(struct bcma_bus *bus);
16
17 #endif /* LINUX_BCMA_SOC_H_ */
This page took 0.029788 seconds and 4 git commands to generate.