summaryrefslogtreecommitdiff
path: root/src/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.h')
-rw-r--r--src/misc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/misc.h b/src/misc.h
new file mode 100644
index 0000000..93b3117
--- /dev/null
+++ b/src/misc.h
@@ -0,0 +1,6 @@
+#ifndef __MISC_H
+#define __MISC_H
+
+typedef unsigned char mem_t[];
+
+#endif