summaryrefslogtreecommitdiff
path: root/firmware/test/fat/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/test/fat/debug.h')
-rw-r--r--firmware/test/fat/debug.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/firmware/test/fat/debug.h b/firmware/test/fat/debug.h
new file mode 100644
index 0000000000..ff786ab2b1
--- /dev/null
+++ b/firmware/test/fat/debug.h
@@ -0,0 +1,9 @@
1#ifndef DEBUG_H
2#define DEBUG_H
3
4void dbg_dump_sector(int sec);
5void dbg_dump_buffer(unsigned char *buf);
6void dbg_print_bpb(struct bpb *bpb);
7void dbg_console(struct bpb *bpb);
8
9#endif