* packihx/,
[fw/sdcc] / support / packihx / config_in.h
diff --git a/support/packihx/config_in.h b/support/packihx/config_in.h
new file mode 100644 (file)
index 0000000..a2ee956
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef PACKIHX_HEADER
+#define PACKIHX_HEADER
+
+#undef TYPE_BYTE
+#undef TYPE_WORD
+#define TYPE_UBYTE unsigned TYPE_BYTE
+#define TYPE_UWORD unsigned TYPE_WORD
+
+typedef TYPE_UBYTE Uint8;
+typedef TYPE_UWORD Uint16;
+
+#endif