Go to the documentation of this file.
23 #define CHAN_SYSTEM 0x0001
24 #define CHAN_ERRLOG 0x0005
25 #define CHAN_CAPI 0x0064
26 #define CHAN_NDIS_DATA 0x1001
30 #define RDY_MAGIC 0x52535953UL
31 #define RDY_MAGIC_SIZE 4
33 #define MAX_N_TOK_BYTES 255
35 #define MIN_RDY_MSG_SIZE RDY_MAGIC_SIZE
36 #define MAX_RDY_MSG_SIZE (RDY_MAGIC_SIZE + MAX_N_TOK_BYTES)
38 #define SYSR_TOK_END 0
39 #define SYSR_TOK_B_CHAN 1
40 #define SYSR_TOK_FAX_CHAN 2
41 #define SYSR_TOK_MAC_ADDR 3
42 #define SYSR_TOK_ESC 255
44 #define SYSR_TOK_B_CHAN_DEF 2
45 #define SYSR_TOK_FAX_CHAN_DEF 1
77 #define ERRLOG_CMD_REQ "ERRLOG ON"
78 #define ERRLOG_CMD_REQ_SIZE 10
79 #define ERRLOG_CMD_STOP "ERRLOG OFF"
80 #define ERRLOG_CMD_STOP_SIZE 11
82 #define ERRLOG_ENTRY_SIZE 64
84 #define ERRLOG_TEXT_SIZE (ERRLOG_ENTRY_SIZE - 2 * 4 - 1)
101 #if defined(__TURBOC__)
102 #if sizeof(tErrLogEntry) != ERRLOG_ENTRY_SIZE
103 #error size of tErrLogEntry != ERRLOG_ENTRY_SIZE
111 #define DPRAM_SPOOLER_DATA_SIZE 0x20
126 #define DPRAM_SPOOLER_MIN_SIZE 5
127 #define DPRAM_SPOOLER_DEF_SIZE 0x23
131 #define SIZE_RSV_SOFT_UART 0x1B0