home *** CD-ROM | disk | FTP | other *** search
- /* 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 **);
-