VirtualBox

Changeset 64363 in vbox


Ignore:
Timestamp:
Oct 22, 2016 3:44:38 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111468
Message:

doxygen build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdev.h

    r64354 r64363  
    47104710/**
    47114711 * @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.
    47124714 */
    47134715DECLINLINE(int) PDMDevHlpMMIOExDeregister(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion)
     
    47194721/**
    47204722 * @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.
    47214725 */
    47224726DECLINLINE(int) PDMDevHlpMMIOExMap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion, RTGCPHYS GCPhys)
     
    47284732/**
    47294733 * @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.
    47304736 */
    47314737DECLINLINE(int) PDMDevHlpMMIOExUnmap(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, uint32_t iRegion, RTGCPHYS GCPhys)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette