License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6/btrfs-unstable.git] / drivers / s390 / char / sclp_tty.h
blob0fa2d5971d0f8bee3ae74d884e130989857c6e4f
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * interface to the SCLP-read/write driver
5 * S390 version
6 * Copyright IBM Corp. 1999
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__ */