Index: firmware/App/Modes/ModeInitPOST.h =================================================================== diff -u -rde5a0d43bdef611d963d11855bc958a8d8899a09 -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 --- firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision de5a0d43bdef611d963d11855bc958a8d8899a09) +++ firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) @@ -31,11 +31,12 @@ // ********** private function prototypes ********** -void initInitAndPOSTMode( void ); // initialize this module -void transitionToInitAndPOSTMode( void ); // prepares for transition to init. & POST mode -U32 execInitAndPOSTMode( void ); // execute the init. & POST mode state machine (call from OperationModes) -BOOL isPOSTCompleted( void ); -BOOL isPOSTPassed( void ); +void initInitAndPOSTMode( void ); // initialize this module +void transitionToInitAndPOSTMode( void ); // prepares for transition to init. & POST mode +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 +void signalAlarmActionToInitAndPOSTMode( ALARM_ACTION_T action ); // execute alarm action as appropriate for fault mode /**@}*/