diff options
| author | mycroft <mycroft@NetBSD.org> | 1995-08-16 04:14:51 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1995-08-16 04:14:51 +0000 |
| commit | 54c148fda588264b989bef5dbecf4f7c120bc8e1 (patch) | |
| tree | ded1698b7e00b3c891715c84f10fae62a33f4328 /sys/compat/linux/common/linux_ioctl.h | |
| parent | 4e18827511145e90842a29f82eada13406428c8d (diff) | |
Convert 230400 baud.
Diffstat (limited to 'sys/compat/linux/common/linux_ioctl.h')
| -rw-r--r-- | sys/compat/linux/common/linux_ioctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_ioctl.h b/sys/compat/linux/common/linux_ioctl.h index e779b3623f2..0acc5da9f02 100644 --- a/sys/compat/linux/common/linux_ioctl.h +++ b/sys/compat/linux/common/linux_ioctl.h @@ -1,4 +1,4 @@ -/* $NetBSD: linux_ioctl.h,v 1.1 1995/02/28 23:25:43 fvdl Exp $ */ +/* $NetBSD: linux_ioctl.h,v 1.2 1995/08/16 04:14:58 mycroft Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -210,6 +210,7 @@ struct linux_termios { #define LINUX_CBAUDEX 0x00001000 #define LINUX_B57600 0x00001001 #define LINUX_B115200 0x00001002 +#define LINUX_B230400 0x00001003 #define LINUX_CSIZE 0x00000030 #define LINUX_CS5 0x00000000 |
