Merge branch 'for-3.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound...
[deliverable/linux.git] / drivers / s390 / char / sclp_tty.h
CommitLineData
1da177e4
LT
1/*
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
1da177e4
LT
14#include <linux/tty_driver.h>
15
1da177e4
LT
16extern struct tty_driver *sclp_tty_driver;
17
18#endif /* __SCLP_TTY_H__ */
This page took 1.013144 seconds and 5 git commands to generate.