Changeset 929599a8 in mainline for uspace/drv/bus/usb/uhci/hc.h


Ignore:
Timestamp:
2018-01-11T13:30:37Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ed803f1
Parents:
351113f
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-11 13:30:31)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-11 13:30:37)
Message:

uhci: implemented transfer abort

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.h

    r351113f r929599a8  
    139139}
    140140
     141int hc_unschedule_batch(usb_transfer_batch_t *);
     142
    141143extern int hc_add(hc_device_t *, const hw_res_list_parsed_t *);
    142144extern int hc_gen_irq_code(irq_code_t *, hc_device_t *, const hw_res_list_parsed_t *);
Note: See TracChangeset for help on using the changeset viewer.