brintos

brintos / linux-shallow public Read only

0
0
Text · 571 B · df60656 Raw
20 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/* Copyright(c) 2009-2013  Realtek Corporation.*/3 4#ifndef __RTL92CE_TABLE__H_5#define __RTL92CE_TABLE__H_6 7#include <linux/types.h>8#define  RTL8188EEPHY_REG_1TARRAYLEN	3829extern u32 RTL8188EEPHY_REG_1TARRAY[];10#define RTL8188EEPHY_REG_ARRAY_PGLEN 26411extern u32 RTL8188EEPHY_REG_ARRAY_PG[];12#define	RTL8188EE_RADIOA_1TARRAYLEN 19013extern u32 RTL8188EE_RADIOA_1TARRAY[];14#define RTL8188EEMAC_1T_ARRAYLEN  18015extern u32 RTL8188EEMAC_1T_ARRAY[];16#define RTL8188EEAGCTAB_1TARRAYLEN 25617extern u32 RTL8188EEAGCTAB_1TARRAY[];18 19#endif20