X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwcpu%2Fwcpu.h;h=ed790a1d9438863aa75191326e494e7edafb1122;hb=a565be31ce92d6168ae6983042da75b0b683e52b;hp=ba69b686b1c4212670162b82ba0cc71f3f1af963;hpb=0a685a71db0f60421bf68f4917a7ddd674ee872a;p=16.git diff --git a/src/lib/wcpu/wcpu.h b/src/lib/wcpu/wcpu.h old mode 100644 new mode 100755 index ba69b686..ed790a1d --- a/src/lib/wcpu/wcpu.h +++ b/src/lib/wcpu/wcpu.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * Copyright (C) 2012-2019 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -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_*/