summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb/usbhost.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-12 19:17:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-12 19:17:37 +0000
commitb5a165f9505626aa3e09945693c82cbaac41e8a6 (patch)
treeed20f16936b5787fe9a0db00b1cb9c7d192f5c1b /nuttx/include/nuttx/usb/usbhost.h
parent49f898dbb3cd38f3368b8f22834c2d855a05902e (diff)
downloadnuttx-b5a165f9505626aa3e09945693c82cbaac41e8a6.tar.gz
nuttx-b5a165f9505626aa3e09945693c82cbaac41e8a6.tar.bz2
nuttx-b5a165f9505626aa3e09945693c82cbaac41e8a6.zip
RTL18189 infrastructure
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3285 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/usb/usbhost.h')
-rw-r--r--nuttx/include/nuttx/usb/usbhost.h21
1 files changed, 20 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/usb/usbhost.h b/nuttx/include/nuttx/usb/usbhost.h
index 7b52d235f..190ec0fe5 100644
--- a/nuttx/include/nuttx/usb/usbhost.h
+++ b/nuttx/include/nuttx/usb/usbhost.h
@@ -1,7 +1,7 @@
/************************************************************************************
* include/nuttx/usb/usbhost.h
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* References:
@@ -694,6 +694,25 @@ EXTERN int usbhost_storageinit(void);
EXTERN int usbhost_kbdinit(void);
+/****************************************************************************
+ * Name: usbhost_wlaninit
+ *
+ * Description:
+ * Initialize the USB WLAN class driver. This function should be called
+ * be platform-specific code in order to initialize and register support
+ * for the USB host class device.
+ *
+ * Input Parameters:
+ * None
+ *
+ * Returned Values:
+ * On success this function will return zero (OK); A negated errno value
+ * will be returned on failure.
+ *
+ ****************************************************************************/
+
+EXTERN int usbhost_wlaninit(void);
+
/*******************************************************************************
* Name: usbhost_initialize
*