]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/doslib/cpu.h
O SHIT I COMPILED IT ALL WWWW
[16.git] / src / lib / doslib / cpu.h
index f84974bbef8319a3effcffb1d5dbe6410f68b171..5498a3ccb35203d850f2b4bec09333d4d4ce76eb 100644 (file)
@@ -14,6 +14,7 @@
 
 #include <stdint.h>
 #include <dos.h>
+#include "src/lib/16_head.h"
 
 #if !defined(FAR)
 # if defined(TARGET_WINDOWS)
@@ -230,4 +231,6 @@ uint64_t cpu_rdmsr(const uint32_t idx);
 void cpu_wrmsr(const uint32_t idx,const uint64_t val);
 #endif
 
+int cpu_basic_probe();
+
 #endif /* __HW_CPU_CPU_H */