Index: firmware/App/Modes/ModeInitPOST.h =================================================================== diff -u -rf760ffc4b10556e5186e9ceb90294262063440ca -reb5370021e7e60c18732382a512886da0f9b276d --- firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision f760ffc4b10556e5186e9ceb90294262063440ca) +++ firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision eb5370021e7e60c18732382a512886da0f9b276d) @@ -37,6 +37,7 @@ U32 execInitAndPOSTMode( void ); // Execute the init. & POST mode state machine (call from OperationModes) BOOL isPOSTCompleted( void ); // Determine whether POST has completed yet BOOL isPOSTPassed( void ); // Determine whether POST has passed +BOOL isDGPOSTPassed( void ); // Determine whether DG POST has passed void signalAlarmActionToInitAndPOSTMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for fault mode void signalUIPOSTFinalResult( BOOL passed ); // Record UI POST result void signalDGPOSTFinalResult( BOOL passed ); // Record DG POST result