X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/usb-driver/blobdiff_plain/2b78cb99505ece99ba30ccc3ebe6f6fd462b4f33..0dca330e46ffe5fe5dc5973af026f83b4d06be01:/usb-driver.h diff --git a/usb-driver.h b/usb-driver.h index 5bfd937..3487b7b 100644 --- a/usb-driver.h +++ b/usb-driver.h @@ -33,12 +33,6 @@ #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 {