aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/etrax-2.6/image/e100boot/src/cbl/src/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/etrax-2.6/image/e100boot/src/cbl/src/compiler.h')
-rw-r--r--target/linux/etrax-2.6/image/e100boot/src/cbl/src/compiler.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/etrax-2.6/image/e100boot/src/cbl/src/compiler.h b/target/linux/etrax-2.6/image/e100boot/src/cbl/src/compiler.h
new file mode 100644
index 0000000000..004d0d105c
--- /dev/null
+++ b/target/linux/etrax-2.6/image/e100boot/src/cbl/src/compiler.h
@@ -0,0 +1,10 @@
+#ifndef _COMPILER_H
+#define _COMPILER_H
+
+typedef int dword;
+typedef unsigned int udword;
+typedef signed short word;
+typedef unsigned short uword;
+typedef unsigned char byte;
+
+#endif