Changeset a8435eb5 in mainline for uspace/drv/bus/usb/xhci/bus.h
- Timestamp:
- 2017-10-12T16:42:26Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0e3e1f6
- Parents:
- f9d787c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/bus.h
rf9d787c ra8435eb5 38 38 #define XHCI_BUS_H 39 39 40 #include <adt/hash_table.h> 40 41 #include <usb/usb.h> 41 42 #include <usb/host/bus.h> … … 50 51 * addresses can be just too big. 51 52 */ 53 54 hash_table_t endpoints; 52 55 } xhci_bus_t; 53 56 54 int xhci_bus_init(xhci_bus_t *, hcd_t *hcd); 57 int xhci_bus_init(xhci_bus_t *, hcd_t *); 58 void xhci_bus_fini(xhci_bus_t *); 55 59 56 60 #endif
Note:
See TracChangeset
for help on using the changeset viewer.