{Define the ordinal list that defines the type of IO taking place into
{a page frame.

  TYPE
    mmt$io_type = (mmc$it_none, mmc$it_explicit_input, mmc$it_explicit_output,
      mmc$it_implicit_input, mmc$it_implicit_output, mmc$it_swap_out, mmc$it_swap_in);
