You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*
|
|
* drivers/s390/char/tty3270.h
|
|
*
|
|
* 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 */
|
|
|