cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

table.h (571B)


      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	382
      9extern u32 RTL8188EEPHY_REG_1TARRAY[];
     10#define RTL8188EEPHY_REG_ARRAY_PGLEN 264
     11extern u32 RTL8188EEPHY_REG_ARRAY_PG[];
     12#define	RTL8188EE_RADIOA_1TARRAYLEN 190
     13extern u32 RTL8188EE_RADIOA_1TARRAY[];
     14#define RTL8188EEMAC_1T_ARRAYLEN  180
     15extern u32 RTL8188EEMAC_1T_ARRAY[];
     16#define RTL8188EEAGCTAB_1TARRAYLEN 256
     17extern u32 RTL8188EEAGCTAB_1TARRAY[];
     18
     19#endif