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