mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
tty: add more tty_port fields
Move more bits into the tty_port structure Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
593573bc55
commit
44b7d1b37f
18 changed files with 170 additions and 199 deletions
|
@ -567,8 +567,6 @@ struct cyclades_port {
|
|||
int chip_rev;
|
||||
int custom_divisor;
|
||||
u8 x_char; /* to be pushed out ASAP */
|
||||
int close_delay;
|
||||
unsigned short closing_wait;
|
||||
int breakon;
|
||||
int breakoff;
|
||||
int xmit_head;
|
||||
|
@ -586,8 +584,8 @@ struct cyclades_port {
|
|||
};
|
||||
|
||||
#define CLOSING_WAIT_DELAY 30*HZ
|
||||
#define CY_CLOSING_WAIT_NONE 65535
|
||||
#define CY_CLOSING_WAIT_INF 0
|
||||
#define CY_CLOSING_WAIT_NONE ASYNC_CLOSING_WAIT_NONE
|
||||
#define CY_CLOSING_WAIT_INF ASYNC_CLOSING_WAIT_INF
|
||||
|
||||
|
||||
#define CyMAX_CHIPS_PER_CARD 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue