Ignore:
Timestamp:
2011-01-08T19:01:10Z (15 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b276c3b
Parents:
93fb170c
Message:

Begin work on usb identification

Add uhci_setup_sync function to support blocking calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/utils/hc_synchronizer.h

    r93fb170c r15be932  
    5959void sync_out_callback(
    6060  device_t *device, usb_transaction_outcome_t result, void *value);
     61
     62int 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  );
    6169#endif
    6270/**
Note: See TracChangeset for help on using the changeset viewer.