coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
wifi.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <device/device.h>
4 
5 #ifndef _WIFI_GENERIC_WIFI_H_
6 #define _WIFI_GENERIC_WIFI_H_
7 
8 bool wifi_generic_cnvi_ddr_rfim_enabled(const struct device *dev);
9 
10 #endif /* _WIFI_GENERIC_WIFI_H_ */
Definition: device.h:107
bool wifi_generic_cnvi_ddr_rfim_enabled(const struct device *dev)
Definition: generic.c:55