X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwcpu%2Fwcpu.h;h=43aced8933fa08fd3be5170b64f9901eef396134;hb=8807e59c1c5d34b1ee351dd92fb7cd57b6c2847f;hp=3a43c25210a9db14e672419d950ae801efb37e52;hpb=2accbf2668001e82a8fec1e75f37c195996186b0;p=16.git diff --git a/src/lib/wcpu/wcpu.h b/src/lib/wcpu/wcpu.h index 3a43c252..43aced89 100755 --- a/src/lib/wcpu/wcpu.h +++ b/src/lib/wcpu/wcpu.h @@ -23,10 +23,14 @@ #ifndef _WCPU_H_ #define _WCPU_H_ #include -#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_*/