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