/* BEGIN_FILE_HDR ************************************************************************************************ * NOTICE * This software is the property of HiRain Technologies. Any information contained in this * doc should not be reproduced, or used, or disclosed without the written authorization from * HiRain Technologies. ************************************************************************************************ * File Name : Fee_Cbk.h ************************************************************************************************ * Module Name : Fee_Z20K14X * Title : Fee_Cbk.h ************************************************************************************************ * Platform : ARM * Peripheral : FEE * Autosar Version : 4.2.2 * Package Version : 01.00.00 ************************************************************************************************ * Description : This is Application H-file for the Fee Module of Z20K14X ECU * ************************************************************************************************ * Limitations : None * ************************************************************************************************ * ************************************************************************************************ * Revision History: * * Version Date Initials CR# Descriptions * --------- ---------- ------------ ---------- --------------- * 01.00.00 2022/11/4 huan.ji N/A Original * * ************************************************************************************************ * END_FILE_HDR*/ #ifndef FEE_CBK_H #define FEE_CBK_H #ifdef __cplusplus extern "C"{ #endif /******************************************************************************************************** INCLUDE FILES *********************************************************************************************************/ #include "Fee_Version.h" /****FUNCTION PROTOTYPES****/ #define FEE_START_SEC_CODE #include "Fee_MemMap.h" extern void Fee_JobEndNotification( void ); extern void Fee_JobErrorNotification( void ); #define FEE_STOP_SEC_CODE #include "Fee_MemMap.h" #ifdef __cplusplus } #endif #endif /* _FEE_CBK_H_ */ /* end of header file */