summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/rsci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/rsci.h')
-rw-r--r--drivers/tty/serial/rsci.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/tty/serial/rsci.h b/drivers/tty/serial/rsci.h
new file mode 100644
index 000000000000..2af3f28b465a
--- /dev/null
+++ b/drivers/tty/serial/rsci.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+#ifndef __RSCI_H__
+#define __RSCI_H__
+
+#include "sh-sci-common.h"
+
+extern struct sci_of_data of_sci_rsci_data;
+
+#endif /* __RSCI_H__ */