Add TIOCM_CAR as a synonym for TIOCM_CD
Gnokii uses it.
This commit is contained in:
parent
2356253278
commit
1436fe7448
@ -211,6 +211,7 @@ struct winsize {
|
||||
/* Bits for the TIOCMGET / TIOCMSET control */
|
||||
#define TIOCM_CTS TCGB_CTS /* clear to send */
|
||||
#define TIOCM_CD TCGB_DCD /* carrier detect */
|
||||
#define TIOCM_CAR TIOCM_CD
|
||||
#define TIOCM_RI TCGB_RI /* ring indicator */
|
||||
#define TIOCM_DSR TCGB_DSR /* dataset ready */
|
||||
#define TIOCM_DTR 0x10 /* data terminal ready */
|
||||
|
Loading…
Reference in New Issue
Block a user