Ignore:
Timestamp:
2014-01-24T20:49:26Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fa9656b0
Parents:
296fcce
Message:

ehci: Make async schedule a loop.

Hw RR mechanism needs this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ehci/endpoint_list.h

    r296fcce rfdaaad00  
    7373
    7474int endpoint_list_init(endpoint_list_t *instance, const char *name);
     75void endpoint_list_chain(endpoint_list_t *instance, const endpoint_list_t *next);
    7576void endpoint_list_append_ep(endpoint_list_t *instance, ehci_endpoint_t *ep);
    7677void endpoint_list_remove_ep(endpoint_list_t *instance, ehci_endpoint_t *ep);
Note: See TracChangeset for help on using the changeset viewer.