Changeset bc9a629 in mainline for uspace/srv/hw/bus/usb/hcd/virtual/hc.h
- Timestamp:
- 2010-10-10T09:00:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b371844
- Parents:
- 4bc309b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/bus/usb/hcd/virtual/hc.h
r4bc309b rbc9a629 42 42 void hc_manager(void); 43 43 44 void hc_add_ out_transaction(usb_transfer_type_t type, usb_target_t target,44 void hc_add_transaction_to_device(usb_transfer_type_t type, usb_target_t target, 45 45 void * buffer, size_t len, 46 46 hc_transaction_done_callback_t callback, void * arg); 47 47 48 void hc_add_ in_transaction(usb_transfer_type_t type, usb_target_t target,48 void hc_add_transaction_from_device(usb_transfer_type_t type, usb_target_t target, 49 49 void * buffer, size_t len, 50 50 hc_transaction_done_callback_t callback, void * arg); 51 51 52 int hc_fillin_transaction_from_device(usb_transfer_type_t type, usb_target_t target, 53 void * buffer, size_t len); 52 54 53 55 #endif
Note:
See TracChangeset
for help on using the changeset viewer.