Changeset bd05140 in mainline


Ignore:
Timestamp:
2017-12-14T15:31:02Z (6 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6832245
Parents:
10cd715
Message:

usbhost: removed unused hc operation

File:
1 edited

Legend:

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

    r10cd715 rbd05140  
    5252typedef void (*interrupt_hook_t)(hcd_t *, uint32_t);
    5353typedef int (*status_hook_t)(hcd_t *, uint32_t *);
    54 typedef int (*address_device_hook_t)(hcd_t *, usb_speed_t, usb_tt_address_t, usb_address_t *);
    5554
    5655typedef struct {
     
    6160        /** Periodic polling hook */
    6261        status_hook_t status_hook;
    63         /** Hook to setup device address */
    64         address_device_hook_t address_device;
    6562} hcd_ops_t;
    6663
Note: See TracChangeset for help on using the changeset viewer.