Index: App/Modes/ModeInitPOST.h =================================================================== diff -u -r894b734327eb6e7cfa6bf651623576bc10214195 -r614cd0625ac1f98edea2fe3ab2c3d0005f6fc8e0 --- App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 894b734327eb6e7cfa6bf651623576bc10214195) +++ App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision 614cd0625ac1f98edea2fe3ab2c3d0005f6fc8e0) @@ -19,8 +19,10 @@ // ********** private function prototypes ********** -void initInitAndPOSTMode( void ); // initialize this module -void transitionToInitAndPOSTMode( void ); // prepares for transition to init. & POST mode -void execInitAndPOSTMode( void ); // execute the init. & POST mode state machine (call from OperationModes) +void initInitAndPOSTMode( void ); // initialize this module +void transitionToInitAndPOSTMode( void ); // prepares for transition to init. & POST mode +void execInitAndPOSTMode( void ); // execute the init. & POST mode state machine (call from OperationModes) +BOOL isPOSTCompleted( void ); +BOOL isPOSTPassed( void ); #endif