/* * RSX11M V3.2 System Definition Headers for C. * * Structures and definitions for 'gprt' function. * See the RSX-11M exec reference manual sec. 6.3.32 * * Bob Denny * 3-Jun-80 * */ struct pparbf { int g_prpb; /* Base address (32W blox) */ int g_prps; /* Size (32W blox) */ int g_prfw; /* Flags word */ }; /* Flags word definitions */ #define P_SYS 0 /* System controlled */ #define P_TASK 1 /* Task controlled */