1: /*
2: * NDH and NDM are in units of boards (16 lines each).
3: * LOWDM is the unit number of the first unit with a DM-11
4: * (e.g. 16 if the first DH has no DM, the second does have one).
5: * All units from LOWDM through LOWDM + (NDM*16) are assumed to have
6: * modem control (with the exception of those with 0200 bit on in
7: * their minor device numbers if DH_SOFTCAR is defined).
8: */
9: #define NDH 1
10: #define NDM 0
11: #define LOWDM 0
12: #define DH_SOFTCAR
13: #define DH_SILO
Defined macros
LOWDM
defined in line
11; used 1 times
NDH
defined in line
9; used 9 times
NDM
defined in line
10; used 9 times
Usage of this include