summaryrefslogtreecommitdiffstats
path: root/tmk_core/common/magic.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/magic.h')
-rw-r--r--tmk_core/common/magic.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tmk_core/common/magic.h b/tmk_core/common/magic.h
new file mode 100644
index 000000000..3fa2d8b81
--- /dev/null
+++ b/tmk_core/common/magic.h
@@ -0,0 +1,6 @@
+#ifndef MAGIC_H
+#define MAGIC_H
+
+void magic(void);
+
+#endif