home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
telecomm
/
nhclb120
/
amiga.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-09-26
|
282b
|
11 lines
/* Asynch controller control block */
#define MAX_STORE 1024
struct asy {
int speed; /* Line speed */
char *tty;
char recv_buf[MAX_STORE];
};
extern struct asy asy[];
extern unsigned nasy; /* Actual number of asynch lines */
#define ASY_MAX 1 /* Two asynch ports on the PC */