#ifndef _UDS_FBL_SERVICE37_INCLUDE_ #define _UDS_FBL_SERVICE37_INCLUDE_ #ifdef __cplusplus extern "C" { #endif /******************************************************************************* ** Include Section ** *******************************************************************************/ #include "stdint.h" #include "stdbool.h" #include "uds_fbl_mgr.h" #include "uds_response_code.h" #include "BootDiagTp.h" /******************************************************************************* ** Version Information ** *******************************************************************************/ /******************************************************************************* ** Version Check ** *******************************************************************************/ /******************************************************************************* ** Global Data ** *******************************************************************************/ /******************************************************************************* ** Function Declarations ** *******************************************************************************/ uint8_t ApplDiag_RequestTransferExit_37(UDSpacket_t* qUDSpacket); uds_nrc service37_nrc_check(UDSpacket_t* qUDSpacket); /******************************************************************************* ** End of File ** *******************************************************************************/ #ifdef __cplusplus } #endif #endif /*_UDS_FBL_SERVICE37_INCLUDE_*/