]> Git Repo - linux.git/blob - include/linux/spi/cc2520.h
Merge tag 'apparmor-pr-2019-12-03' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / include / linux / spi / cc2520.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* Header file for cc2520 radio driver
3  *
4  * Copyright (C) 2014 Varka Bhadram <[email protected]>
5  *                    Md.Jamal Mohiuddin <[email protected]>
6  *                    P Sowjanya <[email protected]>
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
This page took 0.034895 seconds and 4 git commands to generate.