diff options
| author | Zixun LI <[email protected]> | 2025-12-03 16:26:56 +0100 |
|---|---|---|
| committer | Zixun LI <[email protected]> | 2026-03-05 16:09:39 +0100 |
| commit | 7088dc528bd5a89a77e06798d8b5384962748828 (patch) | |
| tree | 8746fa9bf1cc5892e4d35a3fd974dd4f44d1ecdc /src/portable/ehci/ehci_api.h | |
| parent | 97476872aa841fcd9cd622e4082d6c57b183c67f (diff) | |
ci_hs: add deinit support
Signed-off-by: Zixun LI <[email protected]>
Diffstat (limited to 'src/portable/ehci/ehci_api.h')
| -rw-r--r-- | src/portable/ehci/ehci_api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/portable/ehci/ehci_api.h b/src/portable/ehci/ehci_api.h index 79fbe702a..e9018639f 100644 --- a/src/portable/ehci/ehci_api.h +++ b/src/portable/ehci/ehci_api.h @@ -38,6 +38,9 @@ // Initialize EHCI driver bool ehci_init(uint8_t rhport, uint32_t capability_reg, uint32_t operatial_reg); +// De-initialize EHCI driver +bool ehci_deinit(uint8_t rhport); + #ifdef __cplusplus } #endif |
