Changeset 48fa501 in mainline for uspace/lib/usb/include/usb/hc.h


Ignore:
Timestamp:
2013-01-27T19:16:53Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c86c7c
Parents:
11e9e613
Message:

usb: Remove old endpoint management code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/usb/include/usb/hc.h

    r11e9e613 r48fa501  
    8787    devman_handle_t *);
    8888
    89 int usb_hc_register_endpoint(usb_hc_connection_t *, usb_address_t,
    90     usb_endpoint_t, usb_transfer_type_t, usb_direction_t, size_t, unsigned int);
    91 int usb_hc_unregister_endpoint(usb_hc_connection_t *, usb_address_t,
    92     usb_endpoint_t, usb_direction_t);
    93 
    9489int usb_hc_read(usb_hc_connection_t *, usb_address_t, usb_endpoint_t,
    9590    uint64_t, void *, size_t, size_t *);
Note: See TracChangeset for help on using the changeset viewer.