/******************************************************************************* ** 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: Wdg.h ** ** ** ** TARGET : ** ** ** ** PRODUCT : AUTOSAR Application ** ** ** ** PURPOSE : Stub file ** ** ** ** PLATFORM DEPENDANT [yes/no]: no ** ** ** ** TO BE CHANGED BY USER [yes/no]: no ** ** ** *******************************************************************************/ /******************************************************************************* ** Revision History ** ******************************************************************************** ** Revision Date By Description ** ******************************************************************************** ** 1.0.0 16-Nov-2019 KPIT Initial Version ** *******************************************************************************/ #ifndef WDG_H #define WDG_H #define WDG_AR_RELEASE_MAJOR_VERSION 4u #define WDG_AR_RELEASE_MINOR_VERSION 3u #define WDG_AR_RELEASE_REVISION_VERSION 1u /******************************************************************************* ** Include Section ** *******************************************************************************/ #include "Compiler.h" #include "Std_Types.h" #include "WdgCallout.h" /******************************************************************************* ** Externs ** *******************************************************************************/ #endif /******************************************************************************* ** End of File ** *******************************************************************************/