1 
 2 
 3 
 4           /* the include file for RELOCN */
 5 
 6 declare 1 eb_data_$relocn ext aligned,
 7         2 (mxpbit(2),         nslbit(5),          mxcbit(11),
 8            mxlbit(7),         mxsbit(2),          mslbit(6),
 9            mrtbit(3),         merbit(11) ) fixed bin (17) aligned ;
10 
11 
12 
13           /* end of the include file for relocn */
14