162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright(c) 2009-2014 Realtek Corporation.*/ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef __RTL8723BE_TABLE__H_ 562306a36Sopenharmony_ci#define __RTL8723BE_TABLE__H_ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#include <linux/types.h> 862306a36Sopenharmony_ciextern u32 RTL8723BEPHY_REG_1TARRAYLEN; 962306a36Sopenharmony_ciextern u32 RTL8723BEPHY_REG_1TARRAY[]; 1062306a36Sopenharmony_ciextern u32 RTL8723BEPHY_REG_ARRAY_PGLEN; 1162306a36Sopenharmony_ciextern u32 RTL8723BEPHY_REG_ARRAY_PG[]; 1262306a36Sopenharmony_ciextern u32 RTL8723BE_RADIOA_1TARRAYLEN; 1362306a36Sopenharmony_ciextern u32 RTL8723BE_RADIOA_1TARRAY[]; 1462306a36Sopenharmony_ciextern u32 RTL8723BEMAC_1T_ARRAYLEN; 1562306a36Sopenharmony_ciextern u32 RTL8723BEMAC_1T_ARRAY[]; 1662306a36Sopenharmony_ciextern u32 RTL8723BEAGCTAB_1TARRAYLEN; 1762306a36Sopenharmony_ciextern u32 RTL8723BEAGCTAB_1TARRAY[]; 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci#endif 20