projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
drm/rockchip: mipi: dsi: add non-burst mode macro definition
[firefly-linux-kernel-4.4.55.git]
/
drivers
/
s390
/
char
/
tty3270.h
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 */