metalsvm/drivers/net/util.h

9 lines
155 B
C
Raw Normal View History

2011-06-04 09:27:30 +02:00
#ifndef __UTIL__
#define __UTIL__
// hex_dumb display network packets in a good way
void hex_dump(unsigned n, const unsigned char* buf);
#endif