summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpuinfo/Cpuinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/cpuinfo/Cpuinfo.h')
-rw-r--r--arch/x86/cpuinfo/Cpuinfo.h3
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