OSDN Git Service

updated copyleft and need to test and fix newer version of open watcom
[proj16/16.git] / src / lib / wcpu / wcpu.h
index 9409a8b..8b62ab1 100755 (executable)
@@ -1,5 +1,5 @@
 /* Project 16 Source Code~
- * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123
+ * Copyright (C) 2012-2022 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover
  *
  * This file is part of Project 16.
  *
 #ifndef _WCPU_H_
 #define _WCPU_H_
 #include <stdio.h>
-#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_*/