/* SPDX-License-Identifier: GPL-2.0-only */ #include <device/device.h> #ifndef _WIFI_GENERIC_WIFI_H_ #define _WIFI_GENERIC_WIFI_H_ bool wifi_generic_cnvi_ddr_rfim_enabled(const struct device *dev); #endif /* _WIFI_GENERIC_WIFI_H_ */