18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* Copyright(c) 2009-2014 Realtek Corporation.*/ 38c2ecf20Sopenharmony_ci 48c2ecf20Sopenharmony_ci#ifndef __RTL8723BE_TABLE__H_ 58c2ecf20Sopenharmony_ci#define __RTL8723BE_TABLE__H_ 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci#include <linux/types.h> 88c2ecf20Sopenharmony_ciextern u32 RTL8723BEPHY_REG_1TARRAYLEN; 98c2ecf20Sopenharmony_ciextern u32 RTL8723BEPHY_REG_1TARRAY[]; 108c2ecf20Sopenharmony_ciextern u32 RTL8723BEPHY_REG_ARRAY_PGLEN; 118c2ecf20Sopenharmony_ciextern u32 RTL8723BEPHY_REG_ARRAY_PG[]; 128c2ecf20Sopenharmony_ciextern u32 RTL8723BE_RADIOA_1TARRAYLEN; 138c2ecf20Sopenharmony_ciextern u32 RTL8723BE_RADIOA_1TARRAY[]; 148c2ecf20Sopenharmony_ciextern u32 RTL8723BEMAC_1T_ARRAYLEN; 158c2ecf20Sopenharmony_ciextern u32 RTL8723BEMAC_1T_ARRAY[]; 168c2ecf20Sopenharmony_ciextern u32 RTL8723BEAGCTAB_1TARRAYLEN; 178c2ecf20Sopenharmony_ciextern u32 RTL8723BEAGCTAB_1TARRAY[]; 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#endif 20