/*
 * RSX11M V4.0 System Definition Headers for C.
 *
 * Structures and definitions for 'greg' function.
 * See the RSX-11M V4.0 exec reference manual sec. 5.3.36
 *
 * INCLUDE CX.H PRIOR TO INCLUDING THIS FILE
 *
 * Bob Denny
 * 19-Oct-82
 */

struct	rparbf	{
		word	g_rgrb;		/* Base address (32W blox) */
		word	g_rgrs;		/* Size (32W blox) */
		word	g_rgfw;		/* Flags word */
		};

/*
 * Flags word definitions
 */
#define		R_SYS	0		/* In system controlled par */
#define		R_TASK	1		/* In task controlled par */
