summaryrefslogtreecommitdiff
path: root/include/placeholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/placeholder.h')
-rw-r--r--include/placeholder.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/placeholder.h b/include/placeholder.h
new file mode 100644
index 0000000..fca55d6
--- /dev/null
+++ b/include/placeholder.h
@@ -0,0 +1,9 @@
+#ifndef PLACEHOLDER_H
+#define PLACEHOLDER_H
+
+#include <os.h>
+
+#define NOT_IMPLEMENTED \
+ OSPanic(__FILE__, __LINE__, "%s is not implemented!", __func__)
+
+#endif