Changeset 308a5d5 in mainline for uspace/drv/ohci/root_hub.h
- Timestamp:
- 2011-04-24T15:38:10Z (12 years ago)
- Branches:
- lfn, master, serial
- Children:
- 94c0dcbd
- Parents:
- 9b78020 (diff), 564a2b3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/root_hub.h
r9b78020 r308a5d5 56 56 /** interrupt transfer waiting for an actual interrupt to occur */ 57 57 usb_transfer_batch_t * unfinished_interrupt_transfer; 58 /** pre-allocated interrupt mask 59 * 60 * This is allocated when initializing instance, so that memory 61 * allocation is not needed when processing request. 62 */ 63 uint8_t * interrupt_buffer; 58 64 } rh_t; 59 65
Note: See TracChangeset
for help on using the changeset viewer.