mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-10 17:34:20 +07:00
tty: Add C_CMSPAR(tty)
Add the missing C_CMSPAR(tty) macro. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5d85045f4b
commit
e58b57a354
@ -137,6 +137,7 @@ struct tty_bufhead {
|
||||
#define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
|
||||
#define C_CIBAUD(tty) _C_FLAG((tty), CIBAUD)
|
||||
#define C_CRTSCTS(tty) _C_FLAG((tty), CRTSCTS)
|
||||
#define C_CMSPAR(tty) _C_FLAG((tty), CMSPAR)
|
||||
|
||||
#define L_ISIG(tty) _L_FLAG((tty), ISIG)
|
||||
#define L_ICANON(tty) _L_FLAG((tty), ICANON)
|
||||
|
Loading…
Reference in New Issue
Block a user