/******************************************************************************* ** KPIT Technologies Limited ** ** ** ** KPIT Technologies Limited owns all the rights to this work. This ** ** work shall not be copied, reproduced, used, modified or its information ** ** disclosed without the prior written authorization of KPIT Technologies ** ** Limited. ** ** ** ** MODULE : McuCallout.h ** ** ** ** TARGET : ** ** ** ** PURPOSE : Stub file for MCU module ** ** ** ** PLATFORM DEPENDANT [yes/no]: no ** ** ** ** TO BE CHANGED BY USER [yes/no]: no ** ** ** *******************************************************************************/ /******************************************************************************* ** Revision History ** ******************************************************************************** ** Revision Date By Description ** ******************************************************************************** ** 1.0.1 07-Feb-2022 KPIT Memory section updated ** ** 1.0.0 16-Nov-2019 KPIT Initial Version ** *******************************************************************************/ #ifndef MCUCALLOUT_H #define MCUCALLOUT_H /******************************************************************************* ** Include Section ** *******************************************************************************/ #include "Compiler.h" #include "Std_Types.h" /******************************************************************************* * Externs ** *******************************************************************************/ #define APPL_START_SEC_CODE #include "MemMap.h" extern void ErrorCalloutHandler(uint16 ModuleId, uint8 InstanceId, uint8 ApiId, uint8 ErrorId); #define APPL_STOP_SEC_CODE #include "MemMap.h" #endif /* */ /******************************************************************************* ** End of File ** *******************************************************************************/