RT-AC56 3.0.0.4.374.37 core
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / s390 / char / sclp_tty.h
blob4b965b22fecd7a24e375059d8cb0aa5b7f5c5d1b
1 /*
2 * drivers/s390/char/sclp_tty.h
3 * interface to the SCLP-read/write driver
5 * S390 version
6 * Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
7 * Author(s): Martin Peschke <mpeschke@de.ibm.com>
8 * Martin Schwidefsky <schwidefsky@de.ibm.com>
9 */
11 #ifndef __SCLP_TTY_H__
12 #define __SCLP_TTY_H__
14 #include <linux/tty_driver.h>
16 extern struct tty_driver *sclp_tty_driver;
18 #endif /* __SCLP_TTY_H__ */