Changeset 80962 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Sep 23, 2019 11:04:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMInternal.h
r80943 r80962 761 761 /** Pointer to PCI bus device instance. */ 762 762 PPDMDEVINSR0 pDevInsR0; 763 /** @copydoc PDMPCIBUSREGR0::pfnSetIrq R0*/763 /** @copydoc PDMPCIBUSREGR0::pfnSetIrq */ 764 764 DECLR0CALLBACKMEMBER(void, pfnSetIrqR0,(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, int iIrq, int iLevel, uint32_t uTagSrc)); 765 765 } PDMPCIBUSR0;
Note:
See TracChangeset
for help on using the changeset viewer.