brintos

brintos / linux-shallow public Read only

0
0
Text · 397 B · 0fa2d59 Raw
19 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 *    interface to the SCLP-read/write driver4 *5 *  S390 version6 *    Copyright IBM Corp. 19997 *    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 14#include <linux/tty_driver.h>15 16extern struct tty_driver *sclp_tty_driver;17 18#endif	/* __SCLP_TTY_H__ */19