Index: Integrity.h =================================================================== diff -u -rab60debe8e08b080f028810b94c6e1d724f72658 -r59871c9964559b5137781af9c2eeed6bab18ef73 --- Integrity.h (.../Integrity.h) (revision ab60debe8e08b080f028810b94c6e1d724f72658) +++ Integrity.h (.../Integrity.h) (revision 59871c9964559b5137781af9c2eeed6bab18ef73) @@ -1,14 +1,14 @@ /************************************************************************** * -* Copyright (c) 2021-2022 Diality Inc. - All Rights Reserved. +* Copyright (c) 2021-2024 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 Integrity.h * -* @author (last) Sean Nash -* @date (last) 14-Sep-2022 +* @author (last) Michael Garthwaite +* @date (last) 15-Aug-2023 * * @author (original) Quang Nguyen * @date (original) 29-May-2021 @@ -35,6 +35,8 @@ void initIntegrity( void ); SELF_TEST_STATUS_T execIntegrityTest( void ); void execRAMMonitor( void ); +BOOL testSetRAMStatusOverride( U32 reg, U32 status ); +BOOL testResetRAMStatusOverride( U32 reg ); /**@}*/