]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/wcpu/wcpu.h
FPU detection added
[16.git] / src / lib / wcpu / wcpu.h
index 3a43c25210a9db14e672419d950ae801efb37e52..43aced8933fa08fd3be5170b64f9901eef396134 100755 (executable)
 #ifndef _WCPU_H_
 #define _WCPU_H_
 #include <stdio.h>
-#include "src/lib/types.h"
+#include "src/lib/16_t.h"
 
 //#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_*/