Changeset 64363 in vbox
- Timestamp:
- Oct 22, 2016 3:44:38 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111468
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r64354 r64363 4710 4710 /** 4711 4711 * @copydoc PDMDEVHLPR3::pfnMMIOExDeregister 4712 * @param pPciDev The PCI device the region is associated with, use 4713 * NULL to indicate it is not associated with a device. 4712 4714 */ 4713 4715 DECLINLINE(int) PDMDevHlpMMIOExDeregister(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion) … … 4719 4721 /** 4720 4722 * @copydoc PDMDEVHLPR3::pfnMMIOExMap 4723 * @param pPciDev The PCI device the region is associated with, use 4724 * NULL to indicate it is not associated with a device. 4721 4725 */ 4722 4726 DECLINLINE(int) PDMDevHlpMMIOExMap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion, RTGCPHYS GCPhys) … … 4728 4732 /** 4729 4733 * @copydoc PDMDEVHLPR3::pfnMMIOExUnmap 4734 * @param pPciDev The PCI device the region is associated with, use 4735 * NULL to indicate it is not associated with a device. 4730 4736 */ 4731 4737 DECLINLINE(int) PDMDevHlpMMIOExUnmap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion, RTGCPHYS GCPhys)
Note:
See TracChangeset
for help on using the changeset viewer.