xref: /original-bsd/usr.bin/window/wwdata.c (revision 0a83ae40)
1 #ifndef lint
2 static char sccsid[] = "@(#)wwdata.c	3.14 04/24/85";
3 #endif
4 
5 /*
6  * Copyright (c) 1983 Regents of the University of California,
7  * All rights reserved.  Redistribution permitted subject to
8  * the terms of the Berkeley Software License Agreement.
9  */
10 
11 #include "ww.h"
12 
13 int wwbaudmap[] = {
14 	0,
15 	50,
16 	75,
17 	110,
18 	134,
19 	150,
20 	200,
21 	300,
22 	600,
23 	1200,
24 	1800,
25 	2400,
26 	4800,
27 	9600,
28 	19200,
29 	38400
30 };
31