#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