mirror of
https://github.com/apache/nuttx.git
synced 2026-08-23 14:38:25 +00:00
Make naming consistent for USB host initialiation functions
This commit is contained in:
parent
d44b690dce
commit
b91ed67902
2 changed files with 4 additions and 4 deletions
|
|
@ -2502,7 +2502,7 @@ static inline void lpc17_ep0init(struct lpc17_usbhost_s *priv)
|
|||
*******************************************************************************/
|
||||
|
||||
/*******************************************************************************
|
||||
* Name: usbhost_initialize
|
||||
* Name: lpc17_usbhost_initialize
|
||||
*
|
||||
* Description:
|
||||
* Initialize USB host device controller hardware.
|
||||
|
|
@ -2526,7 +2526,7 @@ static inline void lpc17_ep0init(struct lpc17_usbhost_s *priv)
|
|||
*
|
||||
*******************************************************************************/
|
||||
|
||||
FAR struct usbhost_connection_s *usbhost_initialize(int controller)
|
||||
FAR struct usbhost_connection_s *lpc17_usbhost_initialize(int controller)
|
||||
{
|
||||
struct lpc17_usbhost_s *priv = &g_usbhost;
|
||||
uint32_t regval;
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ extern "C"
|
|||
#endif
|
||||
|
||||
/*******************************************************************************
|
||||
* Name: usbhost_initialize
|
||||
* Name: lpc17_usbhost_initialize
|
||||
*
|
||||
* Description:
|
||||
* Initialize USB host device controller hardware.
|
||||
|
|
@ -96,7 +96,7 @@ extern "C"
|
|||
|
||||
#ifdef CONFIG_USBHOST
|
||||
struct usbhost_connection_s;
|
||||
FAR struct usbhost_connection_s *usbhost_initialize(int controller);
|
||||
FAR struct usbhost_connection_s *lpc17_usbhost_initialize(int controller);
|
||||
#endif
|
||||
|
||||
#undef EXTERN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue