1 /* Begin include file as_mpx_state_names_.incl.pl1 */ 2 /* format: style3 */ 3 4 declare MPXE_STATE_NAMES (0:4) char (32) int static options (constant) 5 init ("free", "unknown", "down", "booting", "up"); 6 7 /* End include file as_mpx_state_names_.incl.pl1 */