⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.74
Server IP:
104.21.64.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
src
/
linux-headers-5.15.0-25
/
include
/
linux
/
View File Name :
bcm47xx_sprom.h
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* */ #ifndef __BCM47XX_SPROM_H #define __BCM47XX_SPROM_H #include <linux/types.h> #include <linux/kernel.h> #include <linux/vmalloc.h> struct ssb_sprom; #ifdef CONFIG_BCM47XX_SPROM void bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix, bool fallback); int bcm47xx_sprom_register_fallbacks(void); #else static inline void bcm47xx_fill_sprom(struct ssb_sprom *sprom, const char *prefix, bool fallback) { } static inline int bcm47xx_sprom_register_fallbacks(void) { return -ENOTSUPP; }; #endif #endif /* __BCM47XX_SPROM_H */