Index: firmware/App/Modes/ModeInitPOST.h =================================================================== diff -u -rccfd15568f1e3d304320c2babb2fd4bcf0413304 -rc137d3c7cb17b0364d745e10ff6dbd1901eb1baa --- firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision ccfd15568f1e3d304320c2babb2fd4bcf0413304) +++ firmware/App/Modes/ModeInitPOST.h (.../ModeInitPOST.h) (revision c137d3c7cb17b0364d745e10ff6dbd1901eb1baa) @@ -33,7 +33,7 @@ // ********** public function prototypes ********** void initInitAndPOSTMode( void ); // Initialize this module -void transitionToInitAndPOSTMode( void ); // Prepares for transition to init. & POST mode +U32 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