Changeset 32820 in vbox for trunk/src/VBox/VMM/PDMInternal.h
- Timestamp:
- Sep 29, 2010 4:25:16 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66277
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMInternal.h
r29911 r32820 578 578 /** @copydoc PDMPCIBUSREG::pfnRegisterR3 */ 579 579 DECLR3CALLBACKMEMBER(int, pfnRegisterR3,(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, const char *pszName, int iDev)); 580 /** @copydoc PDMPCIBUSREG::pfnPCIRegisterMsiR3 */ 581 DECLR3CALLBACKMEMBER(int, pfnRegisterMsiR3,(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, PPDMMSIREG pMsiReg)); 580 582 /** @copydoc PDMPCIBUSREG::pfnIORegionRegisterR3 */ 581 583 DECLR3CALLBACKMEMBER(int, pfnIORegionRegisterR3,(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, int iRegion, uint32_t cbRegion,
Note:
See TracChangeset
for help on using the changeset viewer.