public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tty: Add C_MSPAR(tty)
@ 2013-10-23 11:18 Andrew Lunn
  2013-10-23 13:47 ` Peter Hurley
  2013-10-29 18:17 ` Johan Hovold
  0 siblings, 2 replies; 7+ messages in thread
From: Andrew Lunn @ 2013-10-23 11:18 UTC (permalink / raw)
  To: peter, gregkh, jslaby; +Cc: linux-kernel, jhovold, Andrew Lunn

Add the missing C_MSPAR(tty) macro.

Signed-off-by: Andrew Lunn <andrew@lunn.ch>
---
 include/linux/tty.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/tty.h b/include/linux/tty.h
index 64f8646..630678d 100644
--- 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_MSPAR(tty)	_C_FLAG((tty), CMSPAR)
 
 #define L_ISIG(tty)	_L_FLAG((tty), ISIG)
 #define L_ICANON(tty)	_L_FLAG((tty), ICANON)
-- 
1.8.4.rc3


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-10-30 11:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-23 11:18 [PATCH] tty: Add C_MSPAR(tty) Andrew Lunn
2013-10-23 13:47 ` Peter Hurley
2013-10-23 13:57   ` Andrew Lunn
2013-10-29 18:17 ` Johan Hovold
2013-10-29 22:15   ` Andrew Lunn
2013-10-29 22:24     ` Greg KH
2013-10-30 11:32     ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox