Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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
10#ifndef __SCLP_TTY_H__
11#define __SCLP_TTY_H__
12
13#include <linux/tty_driver.h>
14
15extern struct tty_driver *sclp_tty_driver;
16
17#endif /* __SCLP_TTY_H__ */