diff options
| author | André Zwing <nerv@dawncrow.de> | 2025-05-25 18:05:06 +0200 |
|---|---|---|
| committer | André Zwing <nerv@dawncrow.de> | 2025-05-25 21:57:23 +0200 |
| commit | c52b36abd4d571fecfc337cb22d8319033935039 (patch) | |
| tree | 3f1b85816025c8cd73805f5d3779f3d1f08be0ed /src/include | |
| parent | a42936d9982ee88978ad2ff7d0c668f9c8c1d797 (diff) | |
| download | box64-c52b36abd4d571fecfc337cb22d8319033935039.tar.gz box64-c52b36abd4d571fecfc337cb22d8319033935039.zip | |
[WOW64] Implement my_cpuid
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/my_cpuid.h | 4 |
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__ |