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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/my_cpuid.h b/src/include/my_cpuid.h
index 985e9cb6..3904517c 100644
--- a/src/include/my_cpuid.h
+++ b/src/include/my_cpuid.h
@@ -8,5 +8,7 @@ uint32_t helper_getcpu(x64emu_t* emu);  // get the numa/cpu id actually running
 uint32_t get_random32();
 uint64_t get_random64();
 int getNCpu();
+int getNCpuUnmasked();
+int canNCpuBeChanged();
 const char* getBoxCpuName();
 #endif //__MY_CPUID_H__