/* * RSX11M V3.2 System Definition Headers for C. * * Structures and definitions for 'greg' function. * See the RSX-11M exec reference manual sec. 6.3.33 * * Bob Denny * 3-Jun-80 * */ struct rparbf { int g_rgrb; /* Base address (32W blox) */ int g_rgrs; /* Size (32W blox) */ int g_rgfw; /* Flags word */ }; /* Flags word definitions */ #define R_SYS 0 /* In system controlled par */ #define R_TASK 1 /* In task controlled par */