Changeset 327f147 in mainline for uspace/drv/bus/usb/xhci/bus.h
- Timestamp:
- 2017-10-23T19:03:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b724494
- Parents:
- e160bfe8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/bus.h
re160bfe8 r327f147 38 38 #define XHCI_BUS_H 39 39 40 #include <adt/hash_table.h>41 40 #include <usb/usb.h> 42 41 #include <usb/host/bus.h> … … 50 49 51 50 xhci_device_t **devices_by_slot; /**< Devices by Slot ID */ 52 53 /** TODO: Do we really need this? */54 hash_table_t devices; /**< Devices by address */55 51 } xhci_bus_t; 56 52
Note:
See TracChangeset
for help on using the changeset viewer.