aboutsummaryrefslogtreecommitdiffstats
path: root/src/libdebug/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libdebug/debug.h')
-rw-r--r--src/libdebug/debug.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libdebug/debug.h b/src/libdebug/debug.h
index 33b188f..85bd1a6 100644
--- a/src/libdebug/debug.h
+++ b/src/libdebug/debug.h
@@ -38,6 +38,8 @@
#define DSIM2 31
#define DSIMI 32
#define DSIM7 33
+#define DMTP2 34
+#define DMTP3 35
void get_win_size(int *w, int *h);
@@ -58,3 +60,5 @@ extern void (*print_console_text)(void);
extern int debug_limit_scroll;
+const char *debug_hex(const uint8_t *data, int len);
+