summaryrefslogtreecommitdiff
path: root/include/linux/spi_ns9360.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/spi_ns9360.h')
-rw-r--r--include/linux/spi_ns9360.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/include/linux/spi_ns9360.h b/include/linux/spi_ns9360.h
new file mode 100644
index 000000000000..1bc7901efa8c
--- /dev/null
+++ b/include/linux/spi_ns9360.h
@@ -0,0 +1,22 @@
+/*
+ * include/linux/ns9360.h
+ *
+ * Copyright (C) 2008 by Digi International Inc.
+ * All rights reserved.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License version 2 as published by
+ * the Free Software Foundation.
+ */
+
+#ifndef __SPI_NS9360_H__
+#define __SPI_NS9360_H__
+
+#define DRIVER_NAME "spi_ns9360"
+
+struct ns9360_data {
+ unsigned int *gpios;
+ unsigned int nr_gpios;
+};
+
+#endif