diff options
| author | hathach <[email protected]> | 2013-04-05 14:26:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-04-05 14:26:28 +0700 |
| commit | d616fa6c1000e78ecf6e5e73ed080832112ef536 (patch) | |
| tree | 4e213ef15d1623e44ff47d77c30fb282a9f09639 /tests/test/support/ehci_controller.h | |
| parent | 10f5bce0df2700ce47f3466b838486a76385ce2b (diff) | |
continue on refratoring
Diffstat (limited to 'tests/test/support/ehci_controller.h')
| -rw-r--r-- | tests/test/support/ehci_controller.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/support/ehci_controller.h b/tests/test/support/ehci_controller.h index c6fea6902..e87fb95d0 100644 --- a/tests/test/support/ehci_controller.h +++ b/tests/test/support/ehci_controller.h @@ -57,7 +57,9 @@ extern ehci_data_t ehci_data; +void ehci_controller_init(void); void ehci_controller_run(uint8_t hostid); +void ehci_controller_control_xfer_proceed(uint8_t dev_addr, uint8_t p_data[]); void ehci_controller_device_plug(uint8_t hostid, tusb_speed_t speed); void ehci_controller_device_unplug(uint8_t hostid); |
