From 7b525ba9700eb1fac3e3f2e1e50b62250a243a78 Mon Sep 17 00:00:00 2001 From: "HuYingzhuo(hugo/hyzboy)" Date: Fri, 28 Jul 2023 10:36:42 +0800 Subject: [PATCH] added SOCCpuInfo struct. --- inc/hgl/platform/SOC.h | 8 ++++++++ 1 file changed, 8 insertions(+) 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; ///