From 8e4bff4cab0ddac6060645b0715210484d02ff40 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 Aug 2017 08:25:59 +0000 Subject: Initial file dump from open source release --- drivers/s390/char/sclp_tty.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 drivers/s390/char/sclp_tty.h (limited to 'drivers/s390/char/sclp_tty.h') diff --git a/drivers/s390/char/sclp_tty.h b/drivers/s390/char/sclp_tty.h new file mode 100644 index 00000000..c8773421 --- /dev/null +++ b/drivers/s390/char/sclp_tty.h @@ -0,0 +1,17 @@ +/* + * interface to the SCLP-read/write driver + * + * S390 version + * Copyright IBM Corp. 1999 + * Author(s): Martin Peschke + * Martin Schwidefsky + */ + +#ifndef __SCLP_TTY_H__ +#define __SCLP_TTY_H__ + +#include + +extern struct tty_driver *sclp_tty_driver; + +#endif /* __SCLP_TTY_H__ */ -- cgit v1.3.1