From fa4729c08f02a5c2c958da5142a9b4fef99a4b4f Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Fri, 8 Mar 2024 12:24:02 +0700 Subject: Cpuinfo refactor --- arch/x86/cpuinfo/Cpuinfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/x86/cpuinfo/Cpuinfo.h') diff --git a/arch/x86/cpuinfo/Cpuinfo.h b/arch/x86/cpuinfo/Cpuinfo.h index 4baa76f..6adce11 100644 --- a/arch/x86/cpuinfo/Cpuinfo.h +++ b/arch/x86/cpuinfo/Cpuinfo.h @@ -1,6 +1,7 @@ #ifndef CPUID_H #define CPUID_H #include +#include #ifdef __cplusplus @@ -358,7 +359,7 @@ class Cpuinfo uint8 getStepping(); uint8 getMaxFunctionIndex(); uint32 getMaxFunctionIndexExtended(); - uint8* getBrandString(); + const char* getBrandString(); uint8* getInternalDescriptors(); }; #endif -- cgit v1.2.3