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