improved soc check for Qualcomm

This commit is contained in:
2023-07-13 21:10:46 +08:00
parent 47fa987153
commit 22070d4169
2 changed files with 10 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include<hgl/TypeFunc.h>
#include<hgl/CompOperator.h>
namespace hgl
{
@@ -31,7 +32,11 @@ namespace hgl
struct SOCInfo
{
SOCVendor vendor;
char model[16];
char model[32];
public:
CompOperatorMemcmp(const SOCInfo &);
};
/**