|
|
1.1 root 1: /* (-lgl
2: * COHERENT 386 Device Driver Kit release 2.0
3: * Copyright (c) 1982, 1992 by Mark Williams Company.
4: * All rights reserved. May not be copied without permission.
5: -lgl) */
6: /*
7: * al.h - include file for com[1-4] driver modules al.c/alx.c
8: */
9:
10: #ifndef __SYS_AL_H__
11: #define __SYS_AL_H__
12:
13: #include <sys/timeout.h>
14: #include <sys/ktty.h>
15: #include <sys/poll_clk.h>
16:
17: #define NUM_AL_PORTS 4
18:
19: typedef struct {
20: int port;
21: char com_num; /* 0..3 for com1..4, respectively */
22: } COM_DDP;
23:
24: extern TTY *(tp_table[NUM_AL_PORTS]); /* table of pointers for polling */
25: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.