projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d85045
)
tty: Add C_CMSPAR(tty)
author
Andrew Lunn
<andrew@lunn.ch>
Sun, 29 Dec 2013 18:23:16 +0000
(19:23 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 3 Jan 2014 20:32:32 +0000
(12:32 -0800)
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>
include/linux/tty.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/tty.h
b/include/linux/tty.h
index 97d660ed70c1901407dac9ea49bd1036840e649c..e53e90ed3f19771ed070679f646cb0e064b40427 100644
(file)
--- a/
include/linux/tty.h
+++ b/
include/linux/tty.h
@@
-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)