summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/log.h b/log.h
deleted file mode 100644
index fe499bc..0000000
--- a/log.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#include <stdio.h>
-#include <stdint.h>
-
-#define LOG_NOTE 3
-#define LOG_WARN 2
-#define LOG_ERROR 1
-#define LOG_SUCCESS 0
-
-void klog(char *str, int code);
-void dump_backtrace(uint32_t max_frames);