Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef LINUX_BCMA_SOC_H_
0003 #define LINUX_BCMA_SOC_H_
0004 
0005 #include <linux/bcma/bcma.h>
0006 
0007 struct bcma_soc {
0008     struct bcma_bus bus;
0009     struct device *dev;
0010 };
0011 
0012 int __init bcma_host_soc_register(struct bcma_soc *soc);
0013 int __init bcma_host_soc_init(struct bcma_soc *soc);
0014 
0015 int bcma_bus_register(struct bcma_bus *bus);
0016 
0017 #endif /* LINUX_BCMA_SOC_H_ */