X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Flib%2Fwcpu%2Fwcpu.h;h=108a04aab40aac81d7773ea878b2146566c18737;hb=579be865a2f1d2a84d5295506f3e8ea9815d11af;hp=9409a8b0326b4329511c8b0bf7120806e1f7fc41;hpb=623ca4b01f2db170c2273d5bc9c538be78d16c4c;p=proj16%2F16.git diff --git a/src/lib/wcpu/wcpu.h b/src/lib/wcpu/wcpu.h index 9409a8b0..108a04aa 100755 --- a/src/lib/wcpu/wcpu.h +++ b/src/lib/wcpu/wcpu.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 + * Copyright (C) 2012-2020 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_*/