X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/1f62c14e4f95d8a27377b558676d78ccb9d522c3..e6293f4578d239b5616a72b6658804b7420c473a:/usb-driver.h diff --git a/usb-driver.h b/usb-driver.h index 3487b7b..5bfd937 100644 --- a/usb-driver.h +++ b/usb-driver.h @@ -33,6 +33,12 @@ #define WDU_GET_MAX_PACKET_SIZE(x) ((unsigned short) (((x) & 0x7ff) * (1 + (((x) & 0x1800) >> 11)))) +struct pports { + unsigned long base; + int num; + struct pports *next; +}; + /* http://www.jungo.com/support/documentation/windriver/811/wdusb_man_mhtml/node78.html#SECTION001734000000000000000 */ struct header_struct {