Changeset fb78ae72 in mainline for uspace/drv/uhci-hcd/uhci.h


Ignore:
Timestamp:
2011-02-19T23:34:48Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
423e8c81, deece2f
Parents:
b9d910f
Message:

Move interrupt enabling code to pciintel driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.h

    rb9d910f rfb78ae72  
    104104static inline void uhci_fini(uhci_t *instance) {};
    105105
    106 int uhci_transfer(
    107   uhci_t *instance,
    108   device_t *dev,
    109   usb_target_t target,
    110   usb_transfer_type_t transfer_type,
    111         bool toggle,
    112   usb_packet_id pid,
    113         bool low_speed,
    114   void *buffer, size_t size,
    115   usbhc_iface_transfer_out_callback_t callback_out,
    116   usbhc_iface_transfer_in_callback_t callback_in,
    117   void *arg );
    118 
    119106int uhci_schedule(uhci_t *instance, batch_t *batch);
    120107
Note: See TracChangeset for help on using the changeset viewer.