[v1.03] Fix compilation errors in Windows

This commit is contained in:
Dr-Noob
2023-01-05 11:42:47 +01:00
parent 49941b1717
commit 22a80d817d
3 changed files with 13 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ uint32_t is_smt_enabled_amd(struct topology* topo);
bool bind_to_cpu(int cpu_id);
#endif
#ifdef __linux__
int get_total_cores_module(int total_cores, int module);
#endif
#endif