home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / include / sys / map.h < prev    next >
Encoding:
C/C++ Source or Header  |  1979-01-10  |  178 b   |  9 lines

  1. struct map
  2. {
  3.     short    m_size;
  4.     unsigned short m_addr;
  5. };
  6.  
  7. struct map coremap[CMAPSIZ];    /* space for core allocation */
  8. struct map swapmap[SMAPSIZ];    /* space for swap allocation */
  9.