1: /*
   2:  * Copyright (c) 1986 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)enable34.h	1.1 (2.10BSD Berkeley) 12/1/86
   7:  */
   8: 
   9: /*
  10:  *	Addresses and bits for Able's ENABLE/34.
  11:  *
  12:  *	All information relevant to the ENABLE/34 is supplied with
  13:  *	the permission of ABLE Computer and may not be disclosed in
  14:  *	any manner to sites not licensed by the University of California
  15:  *	for the Second Berkeley Software Distribution.
  16:  *
  17:  */
  18: 
  19: #define ENABLE_SSR3     ((u_short *) 0163676)
  20: 
  21: /* bits in the ENABLE's SSR3 */
  22: #define ENABLE_SSR3_PARS_ON 0000010
  23: #define ENABLE_SSR3_UBMAP_ON    0000020
  24: 
  25: #define ENABLE_SSR4     ((u_short *) 0163674)
  26: 
  27: /* bits in the ENABLE's SSR4 */
  28: #define ENABLE_SSR4_MAP_ON  0000001

Defined macros

ENABLE_SSR3 defined in line 19; never used
ENABLE_SSR3_PARS_ON defined in line 22; never used
ENABLE_SSR3_UBMAP_ON defined in line 23; never used
ENABLE_SSR4 defined in line 25; never used
ENABLE_SSR4_MAP_ON defined in line 28; never used
Last modified: 1987-01-09
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1708
Valid CSS Valid XHTML 1.0 Strict