18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/* Copyright(c) 2009-2013  Realtek Corporation.*/
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ci#ifndef __RTL92CE_TABLE__H_
58c2ecf20Sopenharmony_ci#define __RTL92CE_TABLE__H_
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#include <linux/types.h>
88c2ecf20Sopenharmony_ci#define  RTL8188EEPHY_REG_1TARRAYLEN	382
98c2ecf20Sopenharmony_ciextern u32 RTL8188EEPHY_REG_1TARRAY[];
108c2ecf20Sopenharmony_ci#define RTL8188EEPHY_REG_ARRAY_PGLEN 264
118c2ecf20Sopenharmony_ciextern u32 RTL8188EEPHY_REG_ARRAY_PG[];
128c2ecf20Sopenharmony_ci#define	RTL8188EE_RADIOA_1TARRAYLEN 190
138c2ecf20Sopenharmony_ciextern u32 RTL8188EE_RADIOA_1TARRAY[];
148c2ecf20Sopenharmony_ci#define RTL8188EEMAC_1T_ARRAYLEN  180
158c2ecf20Sopenharmony_ciextern u32 RTL8188EEMAC_1T_ARRAY[];
168c2ecf20Sopenharmony_ci#define RTL8188EEAGCTAB_1TARRAYLEN 256
178c2ecf20Sopenharmony_ciextern u32 RTL8188EEAGCTAB_1TARRAY[];
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ci#endif
20