summaryrefslogtreecommitdiffstats
path: root/include/linux/spi/at86rf230.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/spi/at86rf230.h')
-rw-r--r--include/linux/spi/at86rf230.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/include/linux/spi/at86rf230.h b/include/linux/spi/at86rf230.h
new file mode 100644
index 000000000..d278576ab
--- /dev/null
+++ b/include/linux/spi/at86rf230.h
@@ -0,0 +1,20 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * AT86RF230/RF231 driver
+ *
+ * Copyright (C) 2009-2012 Siemens AG
+ *
+ * Written by:
+ * Dmitry Eremin-Solenikov <dmitry.baryshkov@siemens.com>
+ */
+#ifndef AT86RF230_H
+#define AT86RF230_H
+
+struct at86rf230_platform_data {
+ int rstn;
+ int slp_tr;
+ int dig2;
+ u8 xtal_trim;
+};
+
+#endif