
  TYPE
    nlt$master_control_table = packed record
      initialized: boolean,
      fill1: 0 .. 7fffffffffffff(16),
      device_id: nlt$device_identifier,
      request_queues: array [nlc$cc_normal_class .. nlc$cc_priority_class] of nlt$request_queue,
      buffer_pool_headers: ALIGNED [4 MOD 8] ost$real_memory_address,
    recend,

    nlt$request_queue = packed record
      request_length: nlt$request_length,
      request_rma: ALIGNED [4 MOD 8] ost$real_memory_address,
      last_request: ALIGNED [4 MOD 8] ost$real_memory_address,
    recend,

    nlt$request_length = 0 .. 0ffff(16);

*copyc nlt$cc_connection_class
*copyc nlt$device_identifier
*copyc ost$hardware_subranges
