1 /* BEGIN INCLUDE FILE linus_ls_common.incl.pl1 -- jaw 7/12/77 */
 2 
 3     2 type fixed bin,                                       /* type of frame:
 4                                                                1 => header,
 5                                                                2 => set value,
 6                                                                3 => lila set,
 7                                                                4 => lila block */
 8     2 back_ptr ptr,                                         /* pointer to previous frame */
 9     2 fwd_ptr ptr,                                          /* pointer to next frame */
10 
11 /* END INCLUDE FILE linus_ls_common.incl.pl1 */