1:
2: /*
3: * Addresses and bits for Able's ENABLE/34.
4: *
5: * All information relevant to the ENABLE/34 is supplied with
6: * the permission of ABLE Computer and may not be disclosed in
7: * any manner to sites not licensed by the University of California
8: * for the Second Berkeley Software Distribution.
9: *
10: */
11:
12: #define ENABLE_SSR3 ((u_short *) 0163676)
13:
14: /* bits in the ENABLE's SSR3 */
15: #define ENABLE_SSR3_PARS_ON 0000020
16: #define ENABLE_SSR3_UBMAP_ON 0000040
17:
18: #define ENABLE_SSR4 ((u_short *) 0163674)
19:
20: /* bits in the ENABLE's SSR4 */
21: #define ENABLE_SSR4_MAP_ON 0000001
Defined macros
Usage of this include