diff fluid-mnf/calplus/standard.h @ 311:9cecc930d78f

fluid-mnf: original source from TI, defenestrated line endings and rearranged directory structure, but no *.[ch] source file content changes yet
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 29 Feb 2020 05:36:07 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fluid-mnf/calplus/standard.h	Sat Feb 29 05:36:07 2020 +0000
@@ -0,0 +1,17 @@
+#ifndef _STANDARD_H_
+  #define _STANDARD_H_
+
+  #define _PC_RAM_LOADER_
+
+  typedef unsigned char      UWORD8;
+  typedef unsigned short int UWORD16;
+  typedef unsigned long int  UWORD32;
+
+  typedef unsigned char BOOLEAN;
+
+  enum {
+    C_FALSE = 0,
+    C_TRUE  = 1
+  };
+
+#endif