Define __MAX_BAUD.
authorUlrich Drepper <drepper@redhat.com>
Thu, 14 Jun 2001 00:21:01 +0000 (00:21 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 14 Jun 2001 00:21:01 +0000 (00:21 +0000)
sysdeps/unix/sysv/linux/alpha/bits/termios.h
sysdeps/unix/sysv/linux/mips/bits/termios.h

index bfd64ee..13e17b7 100644 (file)
@@ -150,6 +150,8 @@ struct termios
 #define  B3500000 00035
 #define  B4000000 00036
 
+#define __MAX_BAUD B4000000
+
 #define CSIZE  00001400
 #define   CS5  00000000
 #define   CS6  00000400
index f7abe47..ca6b648 100644 (file)
@@ -214,6 +214,7 @@ struct termios
 # define  B3000000 0010015
 # define  B3500000 0010016
 # define  B4000000 0010017
+# define  __MAX_BAUD B4000000
 # define CIBAUD          002003600000  /* input baud rate (not used) */
 # define CRTSCTS  020000000000         /* flow control */
 #endif