Changeset 63685 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Sep 2, 2016 10:28:52 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 110445
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/PDMInternal.h
r62478 r63685 718 718 DECLR3CALLBACKMEMBER(int, pfnRegisterMsiR3,(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, PPDMMSIREG pMsiReg)); 719 719 /** @copydoc PDMPCIBUSREG::pfnIORegionRegisterR3 */ 720 DECLR3CALLBACKMEMBER(int, pfnIORegionRegisterR3,(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, int iRegion, uint32_tcbRegion,720 DECLR3CALLBACKMEMBER(int, pfnIORegionRegisterR3,(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, int iRegion, RTGCPHYS cbRegion, 721 721 PCIADDRESSSPACE enmType, PFNPCIIOREGIONMAP pfnCallback)); 722 722 /** @copydoc PDMPCIBUSREG::pfnSetConfigCallbacksR3 */
Note:
See TracChangeset
for help on using the changeset viewer.