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 (641B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/* Copyright(c) 2009-2014  Realtek Corporation.*/
      3
      4#ifndef __RTL92E_TABLE__H_
      5#define __RTL92E_TABLE__H_
      6
      7#include <linux/types.h>
      8#define RTL8192EE_PHY_REG_ARRAY_LEN	448
      9extern u32 RTL8192EE_PHY_REG_ARRAY[];
     10#define RTL8192EE_PHY_REG_ARRAY_PG_LEN	168
     11extern u32 RTL8192EE_PHY_REG_ARRAY_PG[];
     12#define	RTL8192EE_RADIOA_ARRAY_LEN	238
     13extern u32 RTL8192EE_RADIOA_ARRAY[];
     14#define	RTL8192EE_RADIOB_ARRAY_LEN	198
     15extern u32 RTL8192EE_RADIOB_ARRAY[];
     16#define RTL8192EE_MAC_ARRAY_LEN		202
     17extern u32 RTL8192EE_MAC_ARRAY[];
     18#define RTL8192EE_AGC_TAB_ARRAY_LEN	532
     19extern u32 RTL8192EE_AGC_TAB_ARRAY[];
     20
     21#endif