1 /* Begin include system_clock_value_.incl.pl1 BIM 83-12-22. */ 2 /* Format of clock doubleword */ 3 /* format: style3,indcomtxt */ 4 5 declare clock_value_ptr pointer; 6 declare 1 clock_value aligned based (clock_value_ptr), 7 2 sign bit unaligned, 8 2 unused_range bit (19) unaligned, 9 2 fs_time bit (36) unaligned, /* FB 36 unsigned dont work */ 10 2 micro_time bit (16) unaligned; 11 12 /* End include file system_clock_value_.incl.pl1 */