- implemented video mode setting with the property tags, and once again it only
[rpikern] / src / debug.h
diff --git a/src/debug.h b/src/debug.h
new file mode 100644 (file)
index 0000000..654d876
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef DEBUG_H_
+#define DEBUG_H_
+
+void hexdump(void *start, int nbytes);
+
+#endif /* DEBUG_H_ */