diff options
| author | hathach <[email protected]> | 2021-02-24 13:10:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-18 12:58:24 +0700 |
| commit | 1dd2cd43dda857de3f4272074c595e663ef09b22 (patch) | |
| tree | 997aaf03c8bfbf7c9aaf73f24f1df2c9a7155a35 /src/portable/nxp | |
| parent | 2d15e1183064a35cc646a46bddf2b82915114cc8 (diff) | |
add hcd_ehci.h as interface for ehci port
Diffstat (limited to 'src/portable/nxp')
| -rw-r--r-- | src/portable/nxp/transdimension/hcd_transdimension.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/portable/nxp/transdimension/hcd_transdimension.c b/src/portable/nxp/transdimension/hcd_transdimension.c index e6b7afe8f..db447ef23 100644 --- a/src/portable/nxp/transdimension/hcd_transdimension.c +++ b/src/portable/nxp/transdimension/hcd_transdimension.c @@ -43,6 +43,7 @@ #include "common/tusb_common.h" #include "common_transdimension.h" +#include "portable/ehci/hcd_ehci.h" //--------------------------------------------------------------------+ // MACRO CONSTANT TYPEDEF @@ -75,9 +76,6 @@ typedef struct }; #endif -// TODO better prototype later -extern bool hcd_ehci_init (uint8_t rhport); // from ehci.c - //--------------------------------------------------------------------+ // Controller API //--------------------------------------------------------------------+ |
