
{Define types for managing the circular lists that link PFT entries}
{together.}

  TYPE
    mmt$link = record
      bkw,
      fwd: mmt$page_frame_index,
    recend;

*copyc MMT$PAGE_FRAME_INDEX
