Changeset eb862fd in mainline for uspace/drv/bus/usb/xhci/trb_ring.h
- Timestamp:
- 2018-02-03T02:19:02Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f5718c79
- Parents:
- 45457265
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/trb_ring.h
r45457265 reb862fd 85 85 * pointer inside the ring. Otherwise, the ring will soon show up as full. 86 86 */ 87 static inline void xhci_trb_ring_update_dequeue(xhci_trb_ring_t *ring, uintptr_t phys) { 87 static inline void xhci_trb_ring_update_dequeue(xhci_trb_ring_t *ring, uintptr_t phys) 88 { 88 89 ring->dequeue = phys; 89 90 }
Note:
See TracChangeset
for help on using the changeset viewer.