/* * Copyright 2024 NXP * * SPDX-License-Identifier: Apache-2.0 */ #ifndef __UART_BT_FW_H__ #define __UART_BT_FW_H__ const unsigned char *bt_fw_bin; unsigned int bt_fw_bin_len; #endif /* __UART_BT_FW_H__ */