Changeset 65e079b in mainline for uspace/drv/bus/usb/xhci/hw_struct/context.h
- Timestamp:
- 2017-10-03T17:52:09Z (6 years ago)
- Branches:
- lfn, master, serial
- Children:
- d07b052
- Parents:
- 472235a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/xhci/hw_struct/context.h
r472235a r65e079b 159 159 */ 160 160 typedef struct xhci_input_ctrl_ctx { 161 uint32_t data [ 16];161 uint32_t data [8]; 162 162 #define XHCI_INPUT_CTRL_CTX_DROP(ctx, idx) \ 163 163 XHCI_DWORD_EXTRACT((ctx).data[0], (idx), (idx))
Note: See TracChangeset
for help on using the changeset viewer.