
{ This decks defines type for the mmp$lock_segment and  mmp$unlock_segment
{ requests.
{
{ NOTE: If TYPE declarations or record fields are added/changed/deleted, please
{   make the appropriate changes in the corresponding display procedures in the
{   module(s) for the System Core Debugger: SYM$DEBUG, SYM$DEBUG1
{

  TYPE
    mmt$lus_lock_type = (mmc$lus_no_lock, mmc$lus_lock_for_read,
          mmc$lus_lock_for_write),
    mmt$lus_page_disposition = (mmc$lus_none, mmc$lus_protected_write,
          mmc$lus_write, mmc$lus_remove_from_working_set, mmc$lus_free);

