about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-05-25 22:23:42 +0200
committerGitHub <noreply@github.com>2025-05-25 22:23:42 +0200
commite994c651167c9ae3fab34ff5ffbeb8823baeffe9 (patch)
tree3f1b85816025c8cd73805f5d3779f3d1f08be0ed /src/include
parent1e2bae923734c61c16f7e2ca6e8dbc193a7a6ce2 (diff)
parentc52b36abd4d571fecfc337cb22d8319033935039 (diff)
downloadbox64-e994c651167c9ae3fab34ff5ffbeb8823baeffe9.tar.gz
box64-e994c651167c9ae3fab34ff5ffbeb8823baeffe9.zip
Merge pull request #2667 from AndreRH/wowbox64
wow64 part5(dont squash) 
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__