VirtualBox

Changeset 332 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 25, 2007 8:49:05 PM (18 years ago)
Author:
vboxsync
Message:

introduced PDMDevHlpGetVM()

File:
1 edited

Legend:

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

    r255 r332  
    56895689
    56905690/**
     5691 * @copydoc PDMDEVHLP::pfnGetVM
     5692 */
     5693DECLINLINE(PVM) PDMDevHlpGetVM(PPDMDEVINS pDevIns)
     5694{
     5695    return pDevIns->pDevHlp->pfnGetVM(pDevIns);
     5696}
     5697
     5698/**
    56915699 * @copydoc PDMDEVHLP::pfnPhysReadGCVirt
    56925700 */
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