X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/1dac51954a4ae30f94b76422a292a348b02fe441..b122ac4b01ada42874d0747f6c7cf67e6e46d43e:/usb-driver.h diff --git a/usb-driver.h b/usb-driver.h index dd93deb..282a5f8 100644 --- a/usb-driver.h +++ b/usb-driver.h @@ -43,6 +43,8 @@ #define DPRINTF(format, args...) #endif +void hexdump(unsigned char *buf, int len); + #define WDU_GET_MAX_PACKET_SIZE(x) ((unsigned short) (((x) & 0x7ff) * (1 + (((x) & 0x1800) >> 11)))) /* http://www.jungo.com/support/documentation/windriver/811/wdusb_man_mhtml/node78.html#SECTION001734000000000000000 */