]> Pileus Git - ~andy/linux/blobdiff - drivers/tty/serial/mrst_max3110.h
Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-block
[~andy/linux] / drivers / tty / serial / mrst_max3110.h
index c37ea48c825aa9ed9e5296976036c835aabb494e..35af0739513b4905a6bdf0a15481101d033c7fa9 100644 (file)
@@ -7,6 +7,7 @@
 /* status bits for all 4 MAX3110 operate modes */
 #define MAX3110_READ_DATA_AVAILABLE    (1 << 15)
 #define MAX3110_WRITE_BUF_EMPTY                (1 << 14)
+#define MAX3110_BREAK                  (1 << 10)
 
 #define WC_TAG                 (3 << 14)
 #define RC_TAG                 (1 << 14)