1 /* Begin include file rcp_resource_states.incl.pl1 2 * 3 * Created by M. M. Pozzo on 841005 4 * Modified by Chris Jones, 12/84, to add volume states. 5 * 6 */ 7 8 declare FREE fixed bin static internal options (constant) init (0); 9 declare ASSIGNED fixed bin static internal options (constant) init (1); 10 declare DELETED fixed bin static internal options (constant) init (2); 11 declare STORAGE_SYSTEM fixed bin static internal options (constant) init (3); 12 declare RESERVED fixed bin static internal options (constant) init (4); 13 14 /* End include file ... rcp_resource_states.incl.pl1 */