diff options
| author | Alexey Gavrilov <rebovas@yahoo.com> | 2024-03-08 12:24:02 +0700 |
|---|---|---|
| committer | Alexey Gavrilov <rebovas@yahoo.com> | 2024-03-08 12:24:02 +0700 |
| commit | fa4729c08f02a5c2c958da5142a9b4fef99a4b4f (patch) | |
| tree | d5f23cdcbc6af79eb9b789d57086c8e3c9ec9c79 /arch/x86/cpuinfo/Cpuinfo.h | |
| parent | 301dc22ee57b7c46cb033358170ffad615fef6ab (diff) | |
Cpuinfo refactor
Diffstat (limited to 'arch/x86/cpuinfo/Cpuinfo.h')
| -rw-r--r-- | arch/x86/cpuinfo/Cpuinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <types.h> +#include <MemoryOperations.h> #ifdef __cplusplus @@ -358,7 +359,7 @@ class Cpuinfo uint8 getStepping(); uint8 getMaxFunctionIndex(); uint32 getMaxFunctionIndexExtended(); - uint8* getBrandString(); + const char* getBrandString(); uint8* getInternalDescriptors(); }; #endif |
