/* SCCS_ID @(#)map.h 3.2 02:16:37 - 81/12/10 */ #ifndef LOCALS_INCLUDED # include #endif struct map { short m_size; unsigned short m_addr; }; struct map *coremap; /* core allocation table */ struct map *coremapCMAPSIZ; /* &coremap[cmapsiz] */ struct map *swapmap; /* swap allocation table */ struct map *swapmapSMAPSIZ; /* &swapmap[smapsiz] */