Changeset 15be932 in mainline for uspace/drv/uhci/utils/hc_synchronizer.h
- Timestamp:
- 2011-01-08T19:01:10Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b276c3b
- Parents:
- 93fb170c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci/utils/hc_synchronizer.h
r93fb170c r15be932 59 59 void sync_out_callback( 60 60 device_t *device, usb_transaction_outcome_t result, void *value); 61 62 int uhci_setup_sync( 63 device_t *hc, 64 usb_target_t target, 65 usb_transfer_type_t type, 66 void *buffer, size_t size, 67 sync_value_t *result 68 ); 61 69 #endif 62 70 /**
Note:
See TracChangeset
for help on using the changeset viewer.