about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/my_cpuid.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/my_cpuid.h b/src/include/my_cpuid.h
index f017d44d..985e9cb6 100644
--- a/src/include/my_cpuid.h
+++ b/src/include/my_cpuid.h
@@ -7,4 +7,6 @@ void my_cpuid(x64emu_t* emu, uint32_t tmp32u);
 uint32_t helper_getcpu(x64emu_t* emu);  // get the numa/cpu id actually running
 uint32_t get_random32();
 uint64_t get_random64();
-#endif //__MY_CPUID_H__
\ No newline at end of file
+int getNCpu();
+const char* getBoxCpuName();
+#endif //__MY_CPUID_H__