Index: DDDefs.h =================================================================== diff -u -r90a88be33ec7a2bb9d251562348fe85df884c5a0 -r2f9aacdc29711409fba96c2b5eaccbcbeaaeb71a --- DDDefs.h (.../DDDefs.h) (revision 90a88be33ec7a2bb9d251562348fe85df884c5a0) +++ DDDefs.h (.../DDDefs.h) (revision 2f9aacdc29711409fba96c2b5eaccbcbeaaeb71a) @@ -49,7 +49,7 @@ */ /// Enumeration of init & POST mode states. -enum DG_POST_States +enum DD_POST_States { DG_POST_STATE_START = 0, ///< Start initialize & POST mode state DG_POST_STATE_FW_COMPATIBILITY, ///< Run firmware compatibility test state @@ -75,7 +75,7 @@ DG_POST_STATE_FAILED, ///< POST failed state NUM_OF_DG_POST_STATES ///< Number of initialize & POST mode states }; -typedef enum DG_POST_States DG_POST_STATE_T; ///< Type for DG POST states enumeration +typedef enum DD_POST_States DD_POST_STATE_T; ///< Type for DG POST states enumeration /**@}*/ @@ -520,12 +520,12 @@ */ /// Enumeration of service mode states. -enum DG_Service_States +enum DD_Service_States { - DG_SERVICE_STATE_START = 0, ///< Start service mode state - NUM_OF_DG_SERVICE_STATES ///< Number of service mode states + DD_SERVICE_STATE_START = 0, ///< Start service mode state + NUM_OF_DD_SERVICE_STATES ///< Number of service mode states }; -typedef enum DG_Service_States DG_SERVICE_STATE_T; ///< Type for DG service states enumeration +typedef enum DD_Service_States DD_SERVICE_STATE_T; ///< Type for DD service states enumeration /**@}*/