patch-2.1.97 linux/include/linux/serial.h
Next file: linux/kernel/sys.c
Previous file: linux/include/linux/reboot.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Fri Apr 17 22:04:44 1998
- Orig file:
v2.1.96/linux/include/linux/serial.h
- Orig date:
Mon Nov 24 08:45:45 1997
diff -u --recursive --new-file v2.1.96/linux/include/linux/serial.h linux/include/linux/serial.h
@@ -85,8 +85,10 @@
#define ASYNC_SPD_SHI 0x1000 /* Use 230400 instead of 38400 bps */
#define ASYNC_SPD_WARP 0x1010 /* Use 460800 instead of 38400 bps */
-#define ASYNC_FLAGS 0x1FFF /* Possible legal async flags */
-#define ASYNC_USR_MASK 0x1430 /* Legal flags that non-privileged
+#define ASYNC_LOW_LATENCY 0x2000 /* Request low latency behaviour */
+
+#define ASYNC_FLAGS 0x2FFF /* Possible legal async flags */
+#define ASYNC_USR_MASK 0x3430 /* Legal flags that non-privileged
* users can set or reset */
/* Internal flags used only by kernel/chr_drv/serial.c */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov