/* * Copyright 2021-2024 NXP * * SPDX-License-Identifier: BSD-3-Clause * */ #ifndef __SD_WLAN_FW_H__ #define __SD_WLAN_FW_H__ extern const unsigned char *wlan_fw_bin; extern const unsigned int wlan_fw_bin_len; #endif /* __SD_WLAN_FW_H__ */