mb/google/brya: Create rull variant
[coreboot2.git] / src / drivers / wifi / generic / wifi.h
blob54acfa440fb191cf24047570e6763b20c28c6740
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <device/device.h>
5 #ifndef _WIFI_GENERIC_WIFI_H_
6 #define _WIFI_GENERIC_WIFI_H_
8 bool wifi_generic_cnvi_ddr_rfim_enabled(const struct device *dev);
10 #endif /* _WIFI_GENERIC_WIFI_H_ */