added SOCCpuInfo struct.

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-07-28 10:36:42 +08:00
parent 14fbb968ec
commit 7b525ba970

View File

@ -141,4 +141,12 @@ namespace hgl
* SOC信息SOC厂商和主要型号 * SOC信息SOC厂商和主要型号
*/ */
bool ParseSOCInfo(SOCInfo &,const char *); bool ParseSOCInfo(SOCInfo &,const char *);
struct SOCCpuInfo
{
SOCInfo soc_info;
uint cluster_count; ///<CPU簇数量
ARMCpuClusterInfo cluster[4]; ///<CPU簇信息
};//struct SOCCpuInfo
}//namespace hgl }//namespace hgl