sclp_tty.h 397 B

123456789101112131415161718
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * interface to the SCLP-read/write driver
  4. *
  5. * S390 version
  6. * Copyright IBM Corp. 1999
  7. * Author(s): Martin Peschke <[email protected]>
  8. * Martin Schwidefsky <[email protected]>
  9. */
  10. #ifndef __SCLP_TTY_H__
  11. #define __SCLP_TTY_H__
  12. #include <linux/tty_driver.h>
  13. extern struct tty_driver *sclp_tty_driver;
  14. #endif /* __SCLP_TTY_H__ */