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, 0 insertions, 9 deletions
diff --git a/firmware/test/fat/debug.h b/firmware/test/fat/debug.h
deleted file mode 100644
index ff786ab2b1..0000000000
--- a/firmware/test/fat/debug.h
+++ /dev/null
@@ -1,9 +0,0 @@
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