diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/device/tty_status.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/device/tty_status.h b/include/device/tty_status.h index 9f5eab8..15249a4 100644 --- a/include/device/tty_status.h +++ b/include/device/tty_status.h @@ -61,8 +61,10 @@ struct tty_status { #define EXTB 15 #define B19200 EXTA #define B38400 EXTB +#define B57600 16 +#define B115200 17 -#define NSPEEDS 16 +#define NSPEEDS 18 /* * Flags |