repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
16 lines
298 B
C
16 lines
298 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright IBM Corp. 2007
|
|
*
|
|
*/
|
|
|
|
#ifndef __DRIVERS_S390_CHAR_TTY3270_H
|
|
#define __DRIVERS_S390_CHAR_TTY3270_H
|
|
|
|
#include <linux/tty.h>
|
|
#include <linux/tty_driver.h>
|
|
|
|
extern struct tty_driver *tty3270_driver;
|
|
|
|
#endif /* __DRIVERS_S390_CHAR_TTY3270_H */
|