Changeset eb862fd in mainline for uspace/drv/bus/usb/xhci/trb_ring.h


Ignore:
Timestamp:
2018-02-03T02:19:02Z (7 years ago)
Author:
Jenda <jenda.jzqk73@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f5718c79
Parents:
45457265
Message:

cstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/xhci/trb_ring.h

    r45457265 reb862fd  
    8585 * pointer inside the ring. Otherwise, the ring will soon show up as full.
    8686 */
    87 static inline void xhci_trb_ring_update_dequeue(xhci_trb_ring_t *ring, uintptr_t phys) {
     87static inline void xhci_trb_ring_update_dequeue(xhci_trb_ring_t *ring, uintptr_t phys)
     88{
    8889        ring->dequeue = phys;
    8990}
Note: See TracChangeset for help on using the changeset viewer.