
  TYPE
    bat$tape_buffer_information = record
      block_length: ALIGNED [0 MOD 8] iot$tape_transfer_count,
      block_type: bat$tape_block_type,
      block_truncated: boolean,
      block_buffer: ^bat$tape_block,
      failure_modes: amt$tape_failure_modes,
      system_media_recovery_used: boolean,
      attempt_recovery: boolean,
    recend;

*copyc bat$tape_block_type
*copyc amt$max_block_length
*copyc bat$tape_block
*copyc amt$tape_failure_modes

