VirtualBox

Changeset 11297 in vbox for trunk/include


Ignore:
Timestamp:
Aug 8, 2008 10:49:36 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34390
Message:

pdm: Retired PDMINS2DATA.

File:
1 edited

Legend:

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

    r11295 r11297  
    5050#define PDMINS_2_DATA(pIns, type)   ( (type)(void *)&(pIns)->achInstanceData[0] )
    5151
    52 /** @def PDMINS2DATA
    53  * Converts a PDM Device, USB Device, or Driver instance pointer to a pointer to the instance data.
    54  * @deprecated  Use PDMINS_2_DATA.
    55  */
    56 #define PDMINS2DATA(pIns, type)     PDMINS_2_DATA(pIns, type)
    57 
    5852/** @def PDMINS2DATA_RCPTR
    5953 * Converts a PDM Device, USB Device, or Driver instance pointer to a RC pointer to the instance data.
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