home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 3
/
PDCD_3.iso
/
internet
/
netlite
/
NET
/
h
/
ASY
< prev
next >
Wrap
Text File
|
1993-03-27
|
295b
|
18 lines
/* Asynch controller control block */
struct asy {
struct interface *iface;
int port;
int speed;
};
extern struct asy asy[];
extern unsigned nasy;
#define ASY_MAX 1
#define SLIP_MODE 0
#define UNKNOWN 1
/* In ASY */
int asy_attach(int, char **);