/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* Copyright(c) 2025 Realtek Corporation */ #ifndef __RTW8814A_TABLE_H__ #define __RTW8814A_TABLE_H__ extern const struct rtw_table rtw8814a_mac_tbl; extern const struct rtw_table rtw8814a_agc_tbl; extern const struct rtw_table rtw8814a_bb_tbl; extern const struct rtw_table rtw8814a_bb_pg_tbl; extern const struct rtw_table rtw8814a_bb_pg_type0_tbl; extern const struct rtw_table rtw8814a_bb_pg_type2_tbl; extern const struct rtw_table rtw8814a_bb_pg_type3_tbl; extern const struct rtw_table rtw8814a_bb_pg_type4_tbl; extern const struct rtw_table rtw8814a_bb_pg_type5_tbl; extern const struct rtw_table rtw8814a_bb_pg_type7_tbl; extern const struct rtw_table rtw8814a_bb_pg_type8_tbl; extern const struct rtw_table rtw8814a_rf_a_tbl; extern const struct rtw_table rtw8814a_rf_b_tbl; extern const struct rtw_table rtw8814a_rf_c_tbl; extern const struct rtw_table rtw8814a_rf_d_tbl; extern const struct rtw_table rtw8814a_txpwr_lmt_tbl; extern const struct rtw_table rtw8814a_txpwr_lmt_type0_tbl; extern const struct rtw_table rtw8814a_txpwr_lmt_type1_tbl; extern const struct rtw_table rtw8814a_txpwr_lmt_type2_tbl; extern const struct rtw_table rtw8814a_txpwr_lmt_type3_tbl; extern const struct rtw_table rtw8814a_txpwr_lmt_type5_tbl; extern const struct rtw_table rtw8814a_txpwr_lmt_type7_tbl; extern const struct rtw_table rtw8814a_txpwr_lmt_type8_tbl; extern const struct rtw_pwr_track_tbl rtw8814a_rtw_pwrtrk_tbl; extern const struct rtw_pwr_track_tbl rtw8814a_rtw_pwrtrk_type0_tbl; extern const struct rtw_pwr_track_tbl rtw8814a_rtw_pwrtrk_type2_tbl; extern const struct rtw_pwr_track_tbl rtw8814a_rtw_pwrtrk_type5_tbl; extern const struct rtw_pwr_track_tbl rtw8814a_rtw_pwrtrk_type7_tbl; extern const struct rtw_pwr_track_tbl rtw8814a_rtw_pwrtrk_type8_tbl; extern const struct rtw_pwr_seq_cmd * const card_disable_flow_8814a[]; extern const struct rtw_pwr_seq_cmd * const card_enable_flow_8814a[]; #endif