summaryrefslogtreecommitdiffstats
path: root/include/linux/spi/sh_hspi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/spi/sh_hspi.h')
-rw-r--r--include/linux/spi/sh_hspi.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/spi/sh_hspi.h b/include/linux/spi/sh_hspi.h
new file mode 100644
index 000000000..02f36b2f3
--- /dev/null
+++ b/include/linux/spi/sh_hspi.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Copyright (C) 2011 Kuninori Morimoto
+ */
+#ifndef SH_HSPI_H
+#define SH_HSPI_H
+
+struct sh_hspi_info {
+};
+
+#endif