- implemented video mode setting with the property tags, and once again it only
[rpikern] / src / debug.h
1 #ifndef DEBUG_H_
2 #define DEBUG_H_
3
4 void hexdump(void *start, int nbytes);
5
6 #endif  /* DEBUG_H_ */