1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef LINUX_BCMA_SOC_H_ 1 #ifndef LINUX_BCMA_SOC_H_ 3 #define LINUX_BCMA_SOC_H_ 2 #define LINUX_BCMA_SOC_H_ 4 3 5 #include <linux/bcma/bcma.h> 4 #include <linux/bcma/bcma.h> 6 5 7 struct bcma_soc { 6 struct bcma_soc { 8 struct bcma_bus bus; 7 struct bcma_bus bus; 9 struct device *dev; !! 8 struct bcma_device core_cc; >> 9 struct bcma_device core_mips; 10 }; 10 }; 11 11 12 int __init bcma_host_soc_register(struct bcma_ 12 int __init bcma_host_soc_register(struct bcma_soc *soc); 13 int __init bcma_host_soc_init(struct bcma_soc << 14 13 15 int bcma_bus_register(struct bcma_bus *bus); 14 int bcma_bus_register(struct bcma_bus *bus); 16 15 17 #endif /* LINUX_BCMA_SOC_H_ */ 16 #endif /* LINUX_BCMA_SOC_H_ */ 18 17
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.