X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/19b2e286ceb3e69d643fda03bf1156c1fed78cee..f19a030c77a46b997e2db8b032a48e0545ca9997:/usb-driver.h diff --git a/usb-driver.h b/usb-driver.h index dd93deb..baddf4a 100644 --- a/usb-driver.h +++ b/usb-driver.h @@ -33,6 +33,7 @@ #define PP_TDI 0x01 #define PP_TDO 0x10 +#define PP_PROG 0x10 #define PP_TCK 0x02 #define PP_TMS 0x04 #define PP_CTRL 0x08 @@ -43,6 +44,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 */