root/include/linux/spi/cc2520.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-or-later */
   2 /* Header file for cc2520 radio driver
   3  *
   4  * Copyright (C) 2014 Varka Bhadram <varkab@cdac.in>
   5  *                    Md.Jamal Mohiuddin <mjmohiuddin@cdac.in>
   6  *                    P Sowjanya <sowjanyap@cdac.in>
   7  */
   8 
   9 #ifndef __CC2520_H
  10 #define __CC2520_H
  11 
  12 struct cc2520_platform_data {
  13         int fifo;
  14         int fifop;
  15         int cca;
  16         int sfd;
  17         int reset;
  18         int vreg;
  19 };
  20 
  21 #endif

/* [<][>][^][v][top][bottom][index][help] */