Ignore:
Timestamp:
2014-01-24T20:44:51Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fdaaad00
Parents:
0a751aa
Message:

ehci: Don't use prepend in async list.

Hw uses RR anyway.

File:
1 edited

Legend:

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

    r0a751aa r296fcce  
    7474int endpoint_list_init(endpoint_list_t *instance, const char *name);
    7575void endpoint_list_append_ep(endpoint_list_t *instance, ehci_endpoint_t *ep);
    76 void endpoint_list_prepend_ep(endpoint_list_t *instance, ehci_endpoint_t *ep);
    7776void endpoint_list_remove_ep(endpoint_list_t *instance, ehci_endpoint_t *ep);
    7877#endif
Note: See TracChangeset for help on using the changeset viewer.