summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
new file mode 100644
index 0000000..bc24687
--- /dev/null
+++ b/src/types.h
@@ -0,0 +1,6 @@
+#ifndef _TYPES_H_
+#define _TYPES_H_
+
+#define UNUSED __attribute__ ((unused))
+
+#endif