summaryrefslogtreecommitdiff
path: root/src/portable/nxp
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-02-24 13:10:47 +0700
committerhathach <[email protected]>2021-05-18 12:58:24 +0700
commit1dd2cd43dda857de3f4272074c595e663ef09b22 (patch)
tree997aaf03c8bfbf7c9aaf73f24f1df2c9a7155a35 /src/portable/nxp
parent2d15e1183064a35cc646a46bddf2b82915114cc8 (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.c4
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
//--------------------------------------------------------------------+