]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/wcpu/wcpu.h
FPU detection added
[16.git] / src / lib / wcpu / wcpu.h
index c72f5d0f46580b168a1822dab321bdf2eae8bfba..43aced8933fa08fd3be5170b64f9901eef396134 100755 (executable)
 
 //#define TEST
 
-byte detectcpu(void);
+byte WCPU_detectfpu(void);
+byte WCPU_detectcpu(void);
+const char *WCPU_cpudetectmesg();
+const char *WCPU_fpudetectmesg();
+void WCPU_cpufpumesg();
 
 #endif/*_WCPU_H_*/