added SOCCpuInfo struct.

This commit is contained in:
2023-07-28 10:36:42 +08:00
parent 14fbb968ec
commit 7b525ba970

View File

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