VirtualBox

Changeset 22344 in vbox for trunk/include


Ignore:
Timestamp:
Aug 19, 2009 12:57:32 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51263
Message:

PDMDevice: the pointer to pointer to Dev fix.

File:
1 edited

Legend:

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

    r22334 r22344  
    109109VMMR3DECL(int)  PDMR3DeviceAttach(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, uint32_t fFlags, PPDMIBASE *ppBase);
    110110VMMR3DECL(int)  PDMR3DeviceDetach(PVM pVM, const char *pszDevice, unsigned iInstance, unsigned iLun, uint32_t fFlags);
    111 VMMR3DECL(int)  PDMR3DriverAttach(PVM pVM, const char *pszDevice, unsigned iDevIns, unsigned iLun, uint32_t fFlags, PPPDMIBASE *ppBase);
     111VMMR3DECL(int)  PDMR3DriverAttach(PVM pVM, const char *pszDevice, unsigned iDevIns, unsigned iLun, uint32_t fFlags, PPPDMIBASE ppBase);
    112112VMMR3DECL(int)  PDMR3DriverDetach(PVM pVM, const char *pszDevice, unsigned iDevIns, unsigned iLun,
    113113                                  const char *pszDriver, unsigned iOccurance, uint32_t fFlags);
    114114VMMR3DECL(int)  PDMR3DriverReattach(PVM pVM, const char *pszDevice, unsigned iDevIns, unsigned iLun,
    115                                     const char *pszDriver, unsigned iOccurance, uint32_t fFlags, PCFGMNODE pCfg, PPPDMIBASE *ppBase);
     115                                    const char *pszDriver, unsigned iOccurance, uint32_t fFlags, PCFGMNODE pCfg, PPPDMIBASE ppBase);
    116116VMMR3DECL(void) PDMR3DmaRun(PVM pVM);
    117117VMMR3DECL(int)  PDMR3LockCall(PVM pVM);
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