diff options
| author | hathach <[email protected]> | 2019-11-24 21:22:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-11-24 21:22:42 +0700 |
| commit | 24b2cea139238df8daf278abc9777b95ab60bc16 (patch) | |
| tree | 1836dfe07b2938099cdbf912ff545f5ec114c11c /src/host/hcd.h | |
| parent | 3d748e6e2eb9561ce27d5239f97aeb1d0d45f1e2 (diff) | |
| parent | 64b05a1d5f312e754bba79f9b38ac5e9ca281a66 (diff) | |
Merge branch 'master' into port-samg55
Diffstat (limited to 'src/host/hcd.h')
| -rw-r--r-- | src/host/hcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h index 86e7d664b..97dc3ebfd 100644 --- a/src/host/hcd.h +++ b/src/host/hcd.h @@ -87,6 +87,7 @@ enum { // HCD API
//--------------------------------------------------------------------+
bool hcd_init(void);
+void hcd_isr(uint8_t hostid);
void hcd_int_enable (uint8_t rhport);
void hcd_int_disable(uint8_t rhport);
|
