1*4b81da5cSBitterblue Smith /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 2*4b81da5cSBitterblue Smith /* Copyright(c) 2024 Realtek Corporation 3*4b81da5cSBitterblue Smith */ 4*4b81da5cSBitterblue Smith 5*4b81da5cSBitterblue Smith #ifndef __RTW8821A_TABLE_H__ 6*4b81da5cSBitterblue Smith #define __RTW8821A_TABLE_H__ 7*4b81da5cSBitterblue Smith 8*4b81da5cSBitterblue Smith extern const struct rtw_table rtw8821a_mac_tbl; 9*4b81da5cSBitterblue Smith extern const struct rtw_table rtw8821a_agc_tbl; 10*4b81da5cSBitterblue Smith extern const struct rtw_table rtw8821a_bb_tbl; 11*4b81da5cSBitterblue Smith extern const struct rtw_table rtw8821a_bb_pg_tbl; 12*4b81da5cSBitterblue Smith extern const struct rtw_table rtw8821a_rf_a_tbl; 13*4b81da5cSBitterblue Smith extern const struct rtw_table rtw8821a_txpwr_lmt_tbl; 14*4b81da5cSBitterblue Smith 15*4b81da5cSBitterblue Smith extern const struct rtw_pwr_seq_cmd * const card_enable_flow_8821a[]; 16*4b81da5cSBitterblue Smith extern const struct rtw_pwr_seq_cmd * const enter_lps_flow_8821a[]; 17*4b81da5cSBitterblue Smith extern const struct rtw_pwr_seq_cmd * const card_disable_flow_8821a[]; 18*4b81da5cSBitterblue Smith 19*4b81da5cSBitterblue Smith extern const struct rtw_pwr_track_tbl rtw8821a_rtw_pwr_track_tbl; 20*4b81da5cSBitterblue Smith 21*4b81da5cSBitterblue Smith #endif 22