{
{ 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$shadow_info = RECORD
      shadow_start_page_number: 0 .. 0ffffff(16),
      shadow_length_page_count: 0 .. 0ffffff(16),
      shadow_sfid: gft$system_file_identifier,
      CASE shadow_segment_kind: mmt$shadow_segment_kind OF
      = mmc$ssk_segment_number =
        shadow_segment_number: ost$segment,
      = mmc$ssk_none =
        passive_for_shadow_by_segnum: boolean,
      CASEND,
    RECEND;


*copyc gft$system_file_identifier
*copyc osd$virtual_address
