summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/nsfb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nsfb.h b/include/nsfb.h
index 9a61775..1332695 100644
--- a/include/nsfb.h
+++ b/include/nsfb.h
@@ -13,6 +13,9 @@
#include <stdint.h>
+#ifndef UNUSED
+# define UNUSED(x) (void) (x)
+#endif
/** NS Framebuffer context
*/