Changeset fd9f4ffe in mainline for uspace/drv/bus/usb/xhci/hc.h
- Timestamp:
- 2017-07-12T16:11:22Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 481af21e
- Parents:
- c9c0e41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hc.h
rc9c0e41 rfd9f4ffe 40 40 #include "hw_struct/regs.h" 41 41 #include "hw_struct/context.h" 42 #include "scratchpad.h" 42 43 #include "trb_ring.h" 43 44 … … 66 67 xhci_event_ring_t event_ring; 67 68 xhci_device_ctx_t **dcbaa; 69 xhci_scratchpad_t *scratchpad; 68 70 69 71 /* Cached capabilities */
Note:
See TracChangeset
for help on using the changeset viewer.