X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwcpu%2Fwcpu.h;h=43aced8933fa08fd3be5170b64f9901eef396134;hb=e1e1e6b60d5b1808fc4ac80784118287a0437f2d;hp=c72f5d0f46580b168a1822dab321bdf2eae8bfba;hpb=08b7a168900fc4ac722aabb8b60901af2d9cf498;p=16.git diff --git a/src/lib/wcpu/wcpu.h b/src/lib/wcpu/wcpu.h index c72f5d0f..43aced89 100755 --- a/src/lib/wcpu/wcpu.h +++ b/src/lib/wcpu/wcpu.h @@ -27,6 +27,10 @@ //#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_*/