Changeset ae3a941 in mainline for uspace/drv/bus/usb/xhci/device.h
- Timestamp:
- 2018-02-26T16:51:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e773f58
- Parents:
- 3692678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/device.h
r3692678 rae3a941 62 62 63 63 #define XHCI_DEV_FMT "(%s, slot %d)" 64 #define XHCI_DEV_ARGS(dev) 64 #define XHCI_DEV_ARGS(dev) ddf_fun_get_name((dev).base.fun), (dev).slot_id 65 65 66 66 /* Bus callbacks */ … … 72 72 void xhci_setup_slot_context(xhci_device_t *, xhci_slot_ctx_t *); 73 73 74 static inline xhci_device_t * 74 static inline xhci_device_t *xhci_device_get(device_t *dev) 75 75 { 76 76 assert(dev);
Note:
See TracChangeset
for help on using the changeset viewer.