summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/cris/bits/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/cris/bits/termios.h')
-rw-r--r--libc/sysdeps/linux/cris/bits/termios.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/cris/bits/termios.h b/libc/sysdeps/linux/cris/bits/termios.h
index ab63aaa83..63ca4ea93 100644
--- a/libc/sysdeps/linux/cris/bits/termios.h
+++ b/libc/sysdeps/linux/cris/bits/termios.h
@@ -161,7 +161,12 @@ struct termios
#define B921600 0010005
#define B1843200 0010006
#define B6250000 0010007
+#ifdef __arch_v32
+#define B12500000 0010010
+#define __MAX_BAUD B12500000
+#else
#define __MAX_BAUD B6250000
+#endif
#ifdef __USE_MISC
# define CIBAUD 002003600000 /* input baud rate (not used) */
# define CMSPAR 010000000000 /* mark or space (stick) parity */