add hcd_ehci.h as interface for ehci port

This commit is contained in:
hathach
2021-02-24 13:10:47 +07:00
parent 2d15e11830
commit 1dd2cd43dd
4 changed files with 56 additions and 8 deletions

View File

@@ -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
//--------------------------------------------------------------------+