VirtualBox

Changeset 12653 in vbox for trunk/include/VBox/pdmins.h


Ignore:
Timestamp:
Sep 22, 2008 4:03:25 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
36942
Message:

various files: doxygen fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pdmins.h

    r11297 r12653  
    5050#define PDMINS_2_DATA(pIns, type)   ( (type)(void *)&(pIns)->achInstanceData[0] )
    5151
    52 /** @def PDMINS2DATA_RCPTR
     52/** @def PDMINS_2_DATA_RCPTR
    5353 * Converts a PDM Device, USB Device, or Driver instance pointer to a RC pointer to the instance data.
    5454 */
    5555#define PDMINS_2_DATA_RCPTR(pIns)   ( (pIns)->pvInstanceDataGC )
    5656
    57 /** @def PDMINS2DATA_R3PTR
     57/** @def PDMINS_2_DATA_R3PTR
    5858 * Converts a PDM Device, USB Device, or Driver instance pointer to a HC pointer to the instance data.
    5959 */
    6060#define PDMINS_2_DATA_R3PTR(pIns)   ( (pIns)->pvInstanceDataR3 )
    6161
    62 /** @def PDMINS2DATA_R0PTR
     62/** @def PDMINS_2_DATA_R0PTR
    6363 * Converts a PDM Device, USB Device, or Driver instance pointer to a R0 pointer to the instance data.
    6464 */
Note: See TracChangeset for help on using the changeset viewer.

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