/************************************************************************** * * Copyright (c) 2026-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 Integrity.h * * @author (last) Dara Navaei * @date (last) 09-Apr-2026 * * @author (original) Dara Navaei * @date (original) 09-Apr-2026 * ***************************************************************************/ #ifndef _INTEGRITY_H_ #define _INTEGRITY_H_ #include "Common.h" /** * @defgroup Integrity Integrity * @brief Integrity module checks for firmware integrity using CRC table generated by TI linker. * * @addtogroup Integrity * @{ */ // ********** public definitions ********** // ********** public function prototypes ********** void initIntegrity( void ); SELF_TEST_STATUS_T execIntegrityTest( void ); void execRAMMonitor( void ); /**@}*/ #endif