Index: firmware/App/Services/CpldInterface.h =================================================================== diff -u -rc596f2433ccbcfde4663960eaa931f74820f487d -r395522dffef1348e176564925656012f529c1910 --- firmware/App/Services/CpldInterface.h (.../CpldInterface.h) (revision c596f2433ccbcfde4663960eaa931f74820f487d) +++ firmware/App/Services/CpldInterface.h (.../CpldInterface.h) (revision 395522dffef1348e176564925656012f529c1910) @@ -1,16 +1,16 @@ /************************************************************************** * -* Copyright (c) 2024-2024 Diality Inc. - All Rights Reserved. +* Copyright (c) 2024-2026 Diality Inc. - All Rights Reserved. * * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * -* @file CPLDInterface.h +* @file CpldInterface.h * -* @author (last) Sean -* @date (last) 07-Aug-2024 +* @author (last) Sean Nash +* @date (last) 24-Oct-2024 * -* @author (original) Sean +* @author (original) Sean Nash * @date (original) 07-Aug-2024 * ***************************************************************************/ @@ -59,8 +59,7 @@ SELF_TEST_STATUS_T execSafetyShutdownTest( void ); void resetSafetyShutdownPOSTState( void ); -BOOL testSetSafetyShutdownOverride( U32 value ); -BOOL testResetSafetyShutdownOverride( void ); +BOOL testSafetyShutdownOverride( MESSAGE_T *message ); /**@}*/