654d876cf74ef2096b77a4afc032d1ab324179f3
[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_ */