/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* Copyright(c) 2022-2023 Realtek Corporation */ #ifndef __RTW89_8851B_H__ #define __RTW89_8851B_H__ #include "core.h" #define RF_PATH_NUM_8851B … #define BB_PATH_NUM_8851B … struct rtw8851bu_efuse { … }; struct rtw8851be_efuse { … }; struct rtw8851b_tssi_offset { … } __packed; struct rtw8851b_efuse { … } __packed; extern const struct rtw89_chip_info rtw8851b_chip_info; #endif