xref: /kernel/linux/linux-5.10/drivers/s390/char/sclp_tty.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/s390/char/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *    interface to the SCLP-read/write driver
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *  S390 version
68c2ecf20Sopenharmony_ci *    Copyright IBM Corp. 1999
78c2ecf20Sopenharmony_ci *    Author(s): Martin Peschke <mpeschke@de.ibm.com>
88c2ecf20Sopenharmony_ci *		 Martin Schwidefsky <schwidefsky@de.ibm.com>
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#ifndef __SCLP_TTY_H__
128c2ecf20Sopenharmony_ci#define __SCLP_TTY_H__
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci#include <linux/tty_driver.h>
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciextern struct tty_driver *sclp_tty_driver;
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_ci#endif	/* __SCLP_TTY_H__ */
19

Indexes created Thu Nov 07 10:32:03 CST 2024