]> Git Repo - linux.git/blob - include/linux/spi/at86rf230.h
bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loop
[linux.git] / include / linux / spi / at86rf230.h
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 <[email protected]>
9  */
10 #ifndef AT86RF230_H
11 #define AT86RF230_H
12
13 struct at86rf230_platform_data {
14         int rstn;
15         int slp_tr;
16         int dig2;
17         u8 xtal_trim;
18 };
19
20 #endif
This page took 0.037058 seconds and 4 git commands to generate.