Changeset 115f25b in mainline
- Timestamp:
- 2017-07-09T18:29:46Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dfd313b
- Parents:
- 5a9ae994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.h
r5a9ae994 r115f25b 33 33 * @brief The host controller data bookkeeping. 34 34 */ 35 36 #ifndef XHCI_HC_H 37 #define XHCI_HC_H 35 38 36 39 #include <usb/host/usb_transfer_batch.h> … … 80 83 void hc_fini(xhci_hc_t *); 81 84 85 #endif 86 82 87 /** 83 88 * @}
Note:
See TracChangeset
for help on using the changeset viewer.