OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
include
/
linux
/
bcma
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
bcma.h
15.18 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
bcma_driver_arm_c9.h
662 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
bcma_driver_chipcommon.h
31.58 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
bcma_driver_gmac_cmn.h
3.6 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
bcma_driver_mips.h
1.43 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
bcma_driver_pci.h
13.34 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
bcma_driver_pcie2.h
6.77 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
bcma_regs.h
5.05 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
bcma_soc.h
375 bytes
11/01/2022 04:52:05 PM
rw-r--r--
Editing: bcma_soc.h
Close
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_BCMA_SOC_H_ #define LINUX_BCMA_SOC_H_ #include <linux/bcma/bcma.h> struct bcma_soc { struct bcma_bus bus; struct device *dev; }; int __init bcma_host_soc_register(struct bcma_soc *soc); int __init bcma_host_soc_init(struct bcma_soc *soc); int bcma_bus_register(struct bcma_bus *bus); #endif /* LINUX_BCMA_SOC_H_ */