mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-13 19:34:33 +00:00
Maiko sources matching state as of 020102 prior to initial patching for Mac OSX
This commit is contained in:
29
inc/sunttydev.h
Executable file
29
inc/sunttydev.h
Executable file
@@ -0,0 +1,29 @@
|
||||
/* $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
|
||||
Reference in New Issue
Block a user