//-------------------------------------------------------// // Project Code : ALE300K03-21-LGE-GEN2.0-BE-CPU1 // File Name : CpuInfo.h // Created on : 2023. 3. 6. // Description : // Author : KimJeongWoo // Last modified Date : //-------------------------------------------------------// #ifndef COMMON_RESOURCE_COMMONLIBRARY_SOURCE_CPUINFO_H_ #define COMMON_RESOURCE_COMMONLIBRARY_SOURCE_CPUINFO_H_ #ifdef __cplusplus extern "C" { #endif extern void CpuInfo(); #ifdef __cplusplus } #endif /* extern "C" */ #endif /* COMMON_RESOURCE_COMMONLIBRARY_SOURCE_CPUINFO_H_ */