/******************************************************************************* ** 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. ** ** ** ** SRC-MODULE: Cdd.h ** ** ** ** TARGET : All ** ** ** ** PURPOSE : Stub for Cdd ** ** ** ** PLATFORM DEPENDANT [yes/no]: no ** ** ** ** TO BE CHANGED BY USER [yes/no]: no ** ** ** *******************************************************************************/ /******************************************************************************/ /******************************************************************************* ** Revision History ** ******************************************************************************** ** Revision Date Changed By Description ** ******************************************************************************** ** 1.0.0 13-Feb-2019 KPIT Initial Version ** ** 1.0.1 20-Dec-2021 KPIT LINTP AR Release version macro removed ** *******************************************************************************/ /******************************************************************************* ** Input File ** *******************************************************************************/ /* MULTIPLE INCLUSION PROTECTION */ #ifndef CDD_H #define CDD_H /******************************************************************************* ** Include Section ** *******************************************************************************/ #include "IoHwAb.h" #include "Cdd_Nm.h" /******************************************************************************* ** ** *******************************************************************************/ /* COMPATIBLE WITH C and C++ languages */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /******************************************************************************* ** RTE #DEFINES USED FOR INITIALISATION OF GLOBAL VARIABLES ** *******************************************************************************/ /******************************************************************************* ** Global Data ** *******************************************************************************/ /******************************************************************************* ** Macros for Exclusive Areas ** *******************************************************************************/ #define CDD_AR_RELEASE_MAJOR_VERSION 4 #define CDD_AR_RELEASE_MINOR_VERSION 3 /******************************************************************************* ** Prototypes for BswSchedulable entities ** *******************************************************************************/ /******************************************************************************* ** Prototypes for BSW API ** *******************************************************************************/ extern void Cdd_Init(void); /* COMPATIBLE WITH C and C++ languages */ #ifdef __cplusplus } /* extern "C" */ #endif /* __cplusplus */ #endif /******************************************************************************* ** END OF FILE ** *******************************************************************************/