Changeset 64374 in vbox
- Timestamp:
- Oct 23, 2016 7:07:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMInternal.h
r64373 r64374 1002 1002 { 1003 1003 /** Pointer to the PCI device (R3 Ptr). */ 1004 R3PTRTYPE(PPDMPCIDEV) 1004 R3PTRTYPE(PPDMPCIDEV) pPciDevR3; 1005 1005 /** The IRQ */ 1006 int 1006 int iIrq; 1007 1007 /** The new level. */ 1008 int 1008 int iLevel; 1009 1009 /** The IRQ tag and source. */ 1010 uint32_t 1010 uint32_t uTagSrc; 1011 1011 } PciSetIRQ; 1012 1012 1013 1013 /** Expanding the structure. */ 1014 uint64_t au64[ 2];1014 uint64_t au64[3]; 1015 1015 } u; 1016 1016 } PDMDEVHLPTASK;
Note:
See TracChangeset
for help on using the changeset viewer.