]> Git Repo - linux.git/blob - include/linux/spi/cc2520.h
Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[linux.git] / include / linux / spi / cc2520.h
1 /* Header file for cc2520 radio driver
2  *
3  * Copyright (C) 2014 Varka Bhadram <[email protected]>
4  *                    Md.Jamal Mohiuddin <[email protected]>
5  *                    P Sowjanya <[email protected]>
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  */
13
14 #ifndef __CC2520_H
15 #define __CC2520_H
16
17 struct cc2520_platform_data {
18         int fifo;
19         int fifop;
20         int cca;
21         int sfd;
22         int reset;
23         int vreg;
24 };
25
26 #endif
This page took 0.034924 seconds and 4 git commands to generate.