Index: RODefs.h =================================================================== diff -u -r05452614f8c8149a58072624de75b6064d745b50 -r4929d0d6b1e6d1a12b2f5647c629d0721da64e18 --- RODefs.h (.../RODefs.h) (revision 05452614f8c8149a58072624de75b6064d745b50) +++ RODefs.h (.../RODefs.h) (revision 4929d0d6b1e6d1a12b2f5647c629d0721da64e18) @@ -31,17 +31,17 @@ /// Enumeration of init & POST mode states. enum RO_POST_States { - POST_STATE_START = 0, ///< Start initialize & POST mode state - POST_STATE_FW_INTEGRITY, ///< Run firmware integrity test state - POST_STATE_NVDATAMGMT, ///< Run NV Data Mgmt. test state - POST_STATE_WATCHDOG, ///< Run watchdog test state - POST_STATE_SAFETY_SHUTDOWN, ///< Run safety shutdown test state - POST_STATE_TEMPERATURES, ///< Run temperatures POST state - POST_STATE_FW_COMPATIBILITY, ///< Run firmware compatibility test state - POST_STATE_FPGA, ///< Run FPGA test state - POST_STATE_COMPLETED, ///< POST self-tests completed state - POST_STATE_FAILED, ///< POST self-tests failed state - NUM_OF_POST_STATES ///< Number of initialize & POST mode states + RO_POST_STATE_START = 0, ///< Start initialize & POST mode state + RO_POST_STATE_FW_INTEGRITY, ///< Run firmware integrity test state + RO_POST_STATE_NVDATAMGMT, ///< Run NV Data Mgmt. test state + RO_POST_STATE_WATCHDOG, ///< Run watchdog test state + RO_POST_STATE_SAFETY_SHUTDOWN, ///< Run safety shutdown test state + RO_POST_STATE_TEMPERATURES, ///< Run temperatures POST state + RO_POST_STATE_FW_COMPATIBILITY, ///< Run firmware compatibility test state + RO_POST_STATE_FPGA, ///< Run FPGA test state + RO_POST_STATE_COMPLETED, ///< POST self-tests completed state + RO_POST_STATE_FAILED, ///< POST self-tests failed state + RO_NUM_OF_POST_STATES ///< Number of initialize & POST mode states }; typedef enum RO_POST_States RO_POST_STATE_T; ///< Type for RO POST states enumeration