repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'r6040-next'
[linux/fpc-iii.git]
/
drivers
/
s390
/
char
/
tty3270.h
blob
11141a8f897414f63c1c0602e4b40bdc9fd5b132
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 */