mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
17 lines
358 B
C
17 lines
358 B
C
/*
|
|
* interface to the SCLP-read/write driver
|
|
*
|
|
* S390 version
|
|
* Copyright IBM Corp. 1999
|
|
* Author(s): Martin Peschke <mpeschke@de.ibm.com>
|
|
* Martin Schwidefsky <schwidefsky@de.ibm.com>
|
|
*/
|
|
|
|
#ifndef __SCLP_TTY_H__
|
|
#define __SCLP_TTY_H__
|
|
|
|
#include <linux/tty_driver.h>
|
|
|
|
extern struct tty_driver *sclp_tty_driver;
|
|
|
|
#endif /* __SCLP_TTY_H__ */
|