Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tty3270.h
Go to the documentation of this file.
1 /*
2  * Copyright IBM Corp. 2007
3  *
4  */
5 
6 #ifndef __DRIVERS_S390_CHAR_TTY3270_H
7 #define __DRIVERS_S390_CHAR_TTY3270_H
8 
9 #include <linux/tty.h>
10 #include <linux/tty_driver.h>
11 
12 extern struct tty_driver *tty3270_driver;
13 
14 #endif /* __DRIVERS_S390_CHAR_TTY3270_H */