s390/comments: unify copyright messages and remove file names
[deliverable/linux.git] / drivers / s390 / char / sclp_tty.h
CommitLineData
1da177e4 1/*
1da177e4
LT
2 * interface to the SCLP-read/write driver
3 *
4 * S390 version
a53c8fab 5 * Copyright IBM Corp. 1999
1da177e4
LT
6 * Author(s): Martin Peschke <mpeschke@de.ibm.com>
7 * Martin Schwidefsky <schwidefsky@de.ibm.com>
8 */
9
10#ifndef __SCLP_TTY_H__
11#define __SCLP_TTY_H__
12
1da177e4
LT
13#include <linux/tty_driver.h>
14
1da177e4
LT
15extern struct tty_driver *sclp_tty_driver;
16
17#endif /* __SCLP_TTY_H__ */
This page took 0.754242 seconds and 5 git commands to generate.