/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* Copyright(c) 2019-2022 Realtek Corporation */ #ifndef __RTW89_8852C_H__ #define __RTW89_8852C_H__ #include "core.h" #define RF_PATH_NUM_8852C … #define BB_PATH_NUM_8852C … struct rtw8852c_u_efuse { … }; struct rtw8852c_e_efuse { … }; struct rtw8852c_tssi_offset { … } __packed; struct rtw8852c_efuse { … } __packed; extern const struct rtw89_chip_info rtw8852c_chip_info; #endif