Ignore:
Timestamp:
2018-02-03T02:14:26Z (6 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb862fd
Parents:
961a5ee
Message:

errno_t all the things!

File:
1 edited

Legend:

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

    r961a5ee r45457265  
    4545typedef struct xhci_hc xhci_hc_t;
    4646
    47 extern int xhci_scratchpad_alloc(xhci_hc_t *);
     47extern errno_t xhci_scratchpad_alloc(xhci_hc_t *);
    4848extern void xhci_scratchpad_free(xhci_hc_t *);
    4949
Note: See TracChangeset for help on using the changeset viewer.