1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 07:30:21 +00:00
Interlisp.maiko/inc/sunttydev.h

30 lines
593 B
C
Executable File

/* $Id: sunttydev.h,v 1.2 1999/01/03 02:06:26 sybalsky Exp $ (C) Copyright Venue, All Rights Reserved */
/* @(#)ttydev.h 2.6 88/02/08 SMI; from UCB 4.3 83/05/18 */
/*
* Terminal definitions related to underlying hardware.
*/
#ifndef sun_TTYDEV_
#define sun_TTYDEV_
/*
* Speeds
*/
#define sunB0 0
#define sunB50 1
#define sunB75 2
#define sunB110 3
#define sunB134 4
#define sunB150 5
#define sunB200 6
#define sunB300 7
#define sunB600 8
#define sunB1200 9
#define sunB1800 10
#define sunB2400 11
#define sunB4800 12
#define sunB9600 13
#define sunB19200 14
#define sunB38400 15
#endif