USB Host WAN Dongle library

Fork of USBHostWANDongle_bleedingedge by Donatien Garnier

Revision:
7:c4483d48fe96
Parent:
0:ae46a0638b2c
--- a/USBHost/Endpoint.h	Fri Jul 27 16:14:07 2012 +0000
+++ b/USBHost/Endpoint.h	Sat Jul 28 14:15:14 2012 +0000
@@ -154,6 +154,7 @@
     uint32_t   getBufStart();
     uint32_t            getSize();
     volatile HCTD *     getHeadTD();
+    volatile HCTD**     getTDList();
     volatile HCED *     getHCED();
     ENDPOINT_DIRECTION  getDir() {return dir;}
     bool                isSetup() {return setup;}