Changeset 45457265 in mainline for uspace/drv/bus/usb/xhci/scratchpad.h
- Timestamp:
- 2018-02-03T02:14:26Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb862fd
- Parents:
- 961a5ee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/scratchpad.h
r961a5ee r45457265 45 45 typedef struct xhci_hc xhci_hc_t; 46 46 47 extern int xhci_scratchpad_alloc(xhci_hc_t *);47 extern errno_t xhci_scratchpad_alloc(xhci_hc_t *); 48 48 extern void xhci_scratchpad_free(xhci_hc_t *); 49 49
Note:
See TracChangeset
for help on using the changeset viewer.