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

at86rf230.h (329B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * AT86RF230/RF231 driver
      4 *
      5 * Copyright (C) 2009-2012 Siemens AG
      6 *
      7 * Written by:
      8 * Dmitry Eremin-Solenikov <dmitry.baryshkov@siemens.com>
      9 */
     10#ifndef AT86RF230_H
     11#define AT86RF230_H
     12
     13struct at86rf230_platform_data {
     14	int rstn;
     15	int slp_tr;
     16	int dig2;
     17	u8 xtal_trim;
     18};
     19
     20#endif