xref: /original-bsd/usr.bin/window/wwdata.c (revision fa921481)
1 /*
2  * Copyright (c) 1983 Regents of the University of California.
3  * All rights reserved.
4  *
5  * This code is derived from software contributed to Berkeley by
6  * Edward Wang at The University of California, Berkeley.
7  *
8  * %sccs.include.redist.c%
9  */
10 
11 #ifndef lint
12 static char sccsid[] = "@(#)wwdata.c	3.18 (Berkeley) 06/06/90";
13 #endif /* not lint */
14 
15 #include "ww.h"
16 
17 int wwbaudmap[] = {
18 	0,
19 	50,
20 	75,
21 	110,
22 	134,
23 	150,
24 	200,
25 	300,
26 	600,
27 	1200,
28 	1800,
29 	2400,
30 	4800,
31 	9600,
32 	19200,
33 	38400
34 };
35