162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright(c) 2009-2013 Realtek Corporation.*/ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef __RTL92CE_TABLE__H_ 562306a36Sopenharmony_ci#define __RTL92CE_TABLE__H_ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#include <linux/types.h> 862306a36Sopenharmony_ci#define RTL8188EEPHY_REG_1TARRAYLEN 382 962306a36Sopenharmony_ciextern u32 RTL8188EEPHY_REG_1TARRAY[]; 1062306a36Sopenharmony_ci#define RTL8188EEPHY_REG_ARRAY_PGLEN 264 1162306a36Sopenharmony_ciextern u32 RTL8188EEPHY_REG_ARRAY_PG[]; 1262306a36Sopenharmony_ci#define RTL8188EE_RADIOA_1TARRAYLEN 190 1362306a36Sopenharmony_ciextern u32 RTL8188EE_RADIOA_1TARRAY[]; 1462306a36Sopenharmony_ci#define RTL8188EEMAC_1T_ARRAYLEN 180 1562306a36Sopenharmony_ciextern u32 RTL8188EEMAC_1T_ARRAY[]; 1662306a36Sopenharmony_ci#define RTL8188EEAGCTAB_1TARRAYLEN 256 1762306a36Sopenharmony_ciextern u32 RTL8188EEAGCTAB_1TARRAY[]; 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ci#endif 20