Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r35de566c96433689821b7a21f731df26b40d67ae -r23120d5201ec71f5bf9597c4951524652e3672ad --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 35de566c96433689821b7a21f731df26b40d67ae) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 23120d5201ec71f5bf9597c4951524652e3672ad) @@ -171,6 +171,12 @@ // MSG_ID_DG_SEND_SCHEDULED_RUNS_RECORD BOOL sendDGScheduledRunsRecord( U32 payloadCurrNum, U32 payloadTotalNum, U32 length, U08* scheduledRcrdAddress ); +// MSG_ID_DG_POST_SINGLE_TEST_RESULT +BOOL sendPOSTTestResult( DG_POST_STATE_T test, BOOL passed ); + +// MSG_ID_DG_POST_FINAL_TEST_RESULT +BOOL sendPOSTFinalResult( BOOL passed ); + // *********** public test support message functions ********** #ifdef DEBUG_ENABLED