/* SPDX-License-Identifier: GPL-2.0 */
/*
* interface to the SCLP-read/write driver
*
* S390 version
* Copyright IBM Corp. 1999
* Author(s): Martin Peschke <[email protected]>
* Martin Schwidefsky <[email protected]>
*/
#ifndef __SCLP_TTY_H__
#define __SCLP_TTY_H__
#include <linux/tty_driver.h>
extern struct tty_driver *sclp_tty_driver;
#endif /* __SCLP_TTY_H__ */