minimacplus/firmware/components/tme/network/hexdump.h
2018-02-04 15:03:38 +08:00

7 lines
130 B
C

#ifndef HEXDUMP_H
#define HEXDUMP_H
void hexdump(void *mem, int len);
void hexdumpFrom(void *mem, int len, int addrFrom);
#endif