//-------------------------------------------------------// // Project Code : V2H6K01-23-ENEMAN // File Name : TimerSet.h // Created on : 2023. 8. 8. // Description : // Author : KimJeongWoo // Last modified Date : //-------------------------------------------------------// #ifndef MAIN_RESOURCE_INCLUDE_TIMERSET_H_ #define MAIN_RESOURCE_INCLUDE_TIMERSET_H_ #ifdef __cplusplus extern "C" { #endif extern void InitCPUTimers(void); #ifdef __cplusplus } #endif /* extern "C" */ #endif /* MAIN_RESOURCE_INCLUDE_TIMERSET_H_ */