X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fwcpu%2Fwcpu.h;h=2a662abd102640bf1256414f5a28d1678b18d4f2;hb=6021fc3f27b895d382fbd30488ead35657e39196;hp=c72f5d0f46580b168a1822dab321bdf2eae8bfba;hpb=fb733fa9f63c8922ed3fcaeb48f11938becf94c8;p=16.git diff --git a/src/lib/wcpu/wcpu.h b/src/lib/wcpu/wcpu.h index c72f5d0f..2a662abd 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 & yakui-lover + * Copyright (C) 2012-2018 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -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_*/