/* * RSX11M V4.0 System Definition Headers for C. * * Structures and definitions for 'gprt' function. * See the RSX-11M V4.0 exec reference manual sec. 5.3.35 * * Bob Denny * 19-Oct-82 * * INCLUDE CX.H PRIOR TO INCLUDING THIS FILE */ struct pparbf { word g_prpb; /* Base address (32W blox) */ word g_prps; /* Size (32W blox) */ word g_prfw; /* Flags word */ }; /* Flags word definitions */ #define P_SYS 0 /* System controlled */ #define P_TASK 1 /* Task controlled */