summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb/usbhost.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-13 17:43:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-13 17:43:19 -0600
commit2cf667980a218cc0dde8413c44a7e9cd17315e34 (patch)
tree2932017f70ce2a86573db3a68a7ea32e94ab7026 /nuttx/include/nuttx/usb/usbhost.h
parente586e9273bbedeb3fc57998660d5869752fea68d (diff)
downloadnuttx-2cf667980a218cc0dde8413c44a7e9cd17315e34.tar.gz
nuttx-2cf667980a218cc0dde8413c44a7e9cd17315e34.tar.bz2
nuttx-2cf667980a218cc0dde8413c44a7e9cd17315e34.zip
Clean up some LP17xx and STM32 USB host configuration compilation errors due to the massive changes to the USB host interfaces needed to support the SAMA5
Diffstat (limited to 'nuttx/include/nuttx/usb/usbhost.h')
-rw-r--r--nuttx/include/nuttx/usb/usbhost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/include/nuttx/usb/usbhost.h b/nuttx/include/nuttx/usb/usbhost.h
index 937bc7769..1fe4e3dfe 100644
--- a/nuttx/include/nuttx/usb/usbhost.h
+++ b/nuttx/include/nuttx/usb/usbhost.h
@@ -595,7 +595,7 @@ struct usbhost_connection_s
{
/* Wait for a device to connect or disconnect. */
- int (*wait)(FAR struct usbhost_connection_s *drvr, FAR const bool *connected);
+ int (*wait)(FAR struct usbhost_connection_s *conn, FAR const bool *connected);
/* Enumerate the device connected on a root hub port. As part of this
* enumeration process, the driver will (1) get the device's configuration
@@ -607,7 +607,7 @@ struct usbhost_connection_s
* in charge of the sequence of operations.
*/
- int (*enumerate)(FAR struct usbhost_connection_s *drvr, int rhpndx);
+ int (*enumerate)(FAR struct usbhost_connection_s *conn, int rhpndx);
};
/* struct usbhost_driver_s provides access to the USB host driver from the