summaryrefslogtreecommitdiff
path: root/drivers/s390/char/tty3270.h
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
committerYuval Adam <_@yuv.al>2017-08-30 08:25:59 +0000
commit8e4bff4cab0ddac6060645b0715210484d02ff40 (patch)
tree3a5c3024371a04692a3a6d9974d001cdff8ebf84 /drivers/s390/char/tty3270.h
Initial file dump from open source releaseHEADmaster
Diffstat (limited to 'drivers/s390/char/tty3270.h')
-rw-r--r--drivers/s390/char/tty3270.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/s390/char/tty3270.h b/drivers/s390/char/tty3270.h
new file mode 100644
index 00000000..11141a8f
--- /dev/null
+++ b/drivers/s390/char/tty3270.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright IBM Corp. 2007
+ *
+ */
+
+#ifndef __DRIVERS_S390_CHAR_TTY3270_H
+#define __DRIVERS_S390_CHAR_TTY3270_H
+
+#include <linux/tty.h>
+#include <linux/tty_driver.h>
+
+extern struct tty_driver *tty3270_driver;
+
+#endif /* __DRIVERS_S390_CHAR_TTY3270_H */