Changeset 2896ff6 in mainline for uspace/drv/bus/usb/xhci/commands.h


Ignore:
Timestamp:
2017-10-19T20:52:35Z (8 years ago)
Author:
Petr Manek <petr.manek@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
913007f
Parents:
1a9a72a
Message:

Vaguer log level. Extracted timeout constant from command completion waiting and increased it for a bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/commands.h

    r1a9a72a r2896ff6  
    6767xhci_cmd_t *xhci_cmd_alloc(void);
    6868void xhci_cmd_init(xhci_cmd_t *);
    69 int xhci_cmd_wait(xhci_cmd_t *, suseconds_t);
     69int xhci_cmd_wait(xhci_cmd_t *);
    7070void xhci_cmd_fini(xhci_cmd_t *);
    7171void xhci_cmd_free(xhci_cmd_t *);
Note: See TracChangeset for help on using the changeset viewer.