Changeset 45457265 in mainline for uspace/drv/bus/usb/xhci/device.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/device.h
r961a5ee r45457265 65 65 66 66 /* Bus callbacks */ 67 int xhci_device_enumerate(device_t *);67 errno_t xhci_device_enumerate(device_t *); 68 68 void xhci_device_offline(device_t *); 69 int xhci_device_online(device_t *);69 errno_t xhci_device_online(device_t *); 70 70 void xhci_device_gone(device_t *); 71 71
Note:
See TracChangeset
for help on using the changeset viewer.