summaryrefslogtreecommitdiff
path: root/src/host/hcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-02-22 22:32:56 +0700
committerhathach <[email protected]>2021-02-22 22:32:56 +0700
commit1e07fc024c91453cd71d357698b05d40eb571431 (patch)
tree369803ea821562334096391fc24640d5d966bcb4 /src/host/hcd.h
parent8a2e4c79fd6a5b7927ae07bececc30ca79d9edf2 (diff)
add rhport to hcd_init()
Diffstat (limited to 'src/host/hcd.h')
-rw-r--r--src/host/hcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h
index db98f6110..4810ef8da 100644
--- a/src/host/hcd.h
+++ b/src/host/hcd.h
@@ -98,7 +98,7 @@ enum {
//--------------------------------------------------------------------+
// Controller & Port API
//--------------------------------------------------------------------+
-bool hcd_init(void);
+bool hcd_init(uint8_t rhport);
void hcd_int_handler(uint8_t rhport);
void hcd_int_enable (uint8_t rhport);
void hcd_int_disable(uint8_t rhport);