VirtualBox

Changeset 81706 in vbox for trunk/include


Ignore:
Timestamp:
Nov 6, 2019 12:03:28 PM (5 years ago)
Author:
vboxsync
Message:

PDMDevHlp: Doxygen fixes. bugref:9218

File:
1 edited

Legend:

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

    r81691 r81706  
    26452645     *                              it's not associated with the PCI device, then
    26462646     *                              any number up to UINT8_MAX is fine.
    2647      * @param   cb                  The size (in bytes) of the region.
     2647     * @param   cbRegion            The size (in bytes) of the region.
    26482648     * @param   fFlags              Reserved for future use, must be zero.
     2649     * @param   pszDesc             Pointer to description string. This must not be
     2650     *                              freed.
    26492651     * @param   ppvMapping          Where to store the address of the ring-3 mapping
    26502652     *                              of the memory.
    2651      * @param   pszDesc             Pointer to description string. This must not be
    2652      *                              freed.
    26532653     * @param   phRegion            Where to return the MMIO2 region handle.
    26542654     *
     
    60056005
    60066006/**
    6007  * @copydoc PDMDEVHLPR3::pfnIoPortCreateEx
     6007 * @copydoc PDMDEVHLPR0::pfnIoPortSetUpContextEx
    60086008 */
    60096009DECLINLINE(int) PDMDevHlpIoPortSetUpContextEx(PPDMDEVINS pDevIns, IOMIOPORTHANDLE hIoPorts,
     
    69796979 * @param   iRegion         The region number.
    69806980 * @param   cbRegion        Size of the region.
    6981  * @param   hIoPorts        Handle to the I/O port region.
    69826981 * @param   pfnMapUnmap     Callback for doing the mapping, optional.  The
    69836982 *                          callback will be invoked holding only the PDM lock.
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