diff --git a/inc/hgl/platform/SOC.h b/inc/hgl/platform/SOC.h index 87bf7da..8dad08c 100644 --- a/inc/hgl/platform/SOC.h +++ b/inc/hgl/platform/SOC.h @@ -141,4 +141,12 @@ namespace hgl * 根据收集到的SOC信息,解晰具体的SOC厂商和主要型号 */ bool ParseSOCInfo(SOCInfo &,const char *); + + struct SOCCpuInfo + { + SOCInfo soc_info; + + uint cluster_count; ///