1 /*
2  *  Copyright 2021-2024 NXP
3  *
4  *  SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef __SD_WLAN_FW_H__
9 #define __SD_WLAN_FW_H__
10 
11 extern const unsigned char *wlan_fw_bin;
12 
13 extern const unsigned int wlan_fw_bin_len;
14 
15 #endif /* __SD_WLAN_FW_H__ */
16