blob: 4b965b22fecd7a24e375059d8cb0aa5b7f5c5d1b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * drivers/s390/char/sclp_tty.h
3 * interface to the SCLP-read/write driver
4 *
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 */
10
11#ifndef __SCLP_TTY_H__
12#define __SCLP_TTY_H__
13
Linus Torvalds1da177e2005-04-16 15:20:36 -070014#include <linux/tty_driver.h>
15
Linus Torvalds1da177e2005-04-16 15:20:36 -070016extern struct tty_driver *sclp_tty_driver;
17
18#endif /* __SCLP_TTY_H__ */