SAMA5 UPPHS: Fix a small mountain of compilation errors. Still things to REVISIT so it is not ready for test

This commit is contained in:
Gregory Nutt 2013-09-01 11:31:12 -06:00
parent 5c950889cf
commit 8587026c18
2 changed files with 412 additions and 574 deletions

File diff suppressed because it is too large Load Diff

View File

@ -189,6 +189,10 @@
#define USB_SPEED_HIGH 3 /* USB 2.0 */
#define USB_SPEED_VARIABLE 4 /* Wireless USB 2.5 */
/* Maximum size of a request buffer */
#define USBDEV_MAXREQUEUST UINT16_MAX
/* Request flags */
#define USBDEV_REQFLAGS_NULLPKT 1 /* Bit 0: Terminate w/short packet; null packet if necessary */