Changeset 76daaf9f in mainline for uspace/drv/vhc/hc.h
- Timestamp:
- 2010-12-13T14:33:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d5e7668
- Parents:
- 7feeb84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/hc.h
r7feeb84 r76daaf9f 55 55 /** Transaction type. */ 56 56 usbvirt_transaction_type_t type; 57 /** Transfer type. */ 58 usb_transfer_type_t transfer_type; 57 59 /** Device address. */ 58 60 usb_target_t target; … … 71 73 void hc_manager(void); 72 74 73 void hc_add_transaction_to_device(bool setup, usb_target_t target, 75 void hc_add_transaction_to_device(bool setup, 76 usb_target_t target, usb_transfer_type_t transfer_type, 74 77 void * buffer, size_t len, 75 78 hc_transaction_done_callback_t callback, void * arg); 76 79 77 void hc_add_transaction_from_device(usb_target_t target, 80 void hc_add_transaction_from_device( 81 usb_target_t target, usb_transfer_type_t transfer_type, 78 82 void * buffer, size_t len, 79 83 hc_transaction_done_callback_t callback, void * arg);
Note:
See TracChangeset
for help on using the changeset viewer.