add definitions for B460800 and B921600, fixes PR kern/29478 by

Michael Eriksson
This commit is contained in:
drochner 2005-07-20 11:06:38 +00:00
parent 4047396e46
commit 278cf2d92e
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: termios.h,v 1.27 2005/02/03 19:20:02 perry Exp $ */
/* $NetBSD: termios.h,v 1.28 2005/07/20 11:06:38 drochner Exp $ */
/*
* Copyright (c) 1988, 1989, 1993, 1994
@ -236,6 +236,8 @@ struct termios {
#define B76800 76800
#define B115200 115200
#define B230400 230400
#define B460800 460800
#define B921600 921600
#define EXTA 19200
#define EXTB 38400
#endif /* defined(_NETBSD_SOURCE) */