Changeset b80c1ab in mainline for uspace/drv/bus/usb/xhci/transfers.h
- Timestamp:
- 2017-11-14T23:17:54Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e76c0ea
- Parents:
- cfe4852
- git-author:
- Aearsis <Hlavaty.Ondrej@…> (2017-11-14 23:15:24)
- git-committer:
- Aearsis <Hlavaty.Ondrej@…> (2017-11-14 23:17:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/transfers.h
rcfe4852 rb80c1ab 50 50 uint8_t direction; 51 51 52 void* hc_buffer; /* Virtual address of the buffer start. */ 53 uintptr_t hc_buffer_phys; 52 dma_buffer_t hc_buffer; 54 53 55 54 uintptr_t interrupt_trb_phys;
Note:
See TracChangeset
for help on using the changeset viewer.