Ignore:
Timestamp:
2018-01-19T17:38:22Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2833bb4
Parents:
861b5d6
git-author:
Ondřej Hlavatý <aearsis@…> (2018-01-19 17:06:40)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-01-19 17:38:22)
Message:

libusbhost: move utility functions to new header utility.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h

    r861b5d6 r944f8fdd  
    5151typedef struct endpoint endpoint_t;
    5252typedef struct bus bus_t;
     53
     54/** How many toggles need to be reset */
     55typedef enum {
     56        RESET_NONE,
     57        RESET_EP,
     58        RESET_ALL
     59} toggle_reset_mode_t;
    5360
    5461/** Structure stores additional data needed for communication with EP */
Note: See TracChangeset for help on using the changeset viewer.