sclp_tty.h 358 B

1234567891011121314151617
  1. /*
  2. * interface to the SCLP-read/write driver
  3. *
  4. * S390 version
  5. * Copyright IBM Corp. 1999
  6. * Author(s): Martin Peschke <mpeschke@de.ibm.com>
  7. * Martin Schwidefsky <schwidefsky@de.ibm.com>
  8. */
  9. #ifndef __SCLP_TTY_H__
  10. #define __SCLP_TTY_H__
  11. #include <linux/tty_driver.h>
  12. extern struct tty_driver *sclp_tty_driver;
  13. #endif /* __SCLP_TTY_H__ */