VirtualBox

Changeset 31349 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 4, 2010 8:58:04 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
64392
Message:

Header update

File:
1 edited

Legend:

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

    r30783 r31349  
    299299GMMR0DECL(int)  GMMR0UnregisterSharedModule(PVM pVM, VMCPUID idCpu, char *pszModuleName, char *pszVersion, RTGCPTR GCBaseAddr, uint32_t cbModule);
    300300GMMR0DECL(int)  GMMR0UnregisterAllSharedModules(PVM pVM, VMCPUID idCpu);
    301 GMMR0DECL(int) GMMR0CheckSharedModules(PVM pVM, PVMCPU pVCpu);
     301GMMR0DECL(int)  GMMR0CheckSharedModules(PVM pVM, PVMCPU pVCpu);
    302302GMMR0DECL(int)  GMMR0ResetSharedModules(PVM pVM, VMCPUID idCpu);
    303 #ifdef LOG_ENABLED
    304 GMMR0DECL(int) GMMR0CheckSharedModulesStart(PVM pVM);
    305 GMMR0DECL(int) GMMR0CheckSharedModulesEnd(PVM pVM);
    306 #endif
     303GMMR0DECL(int)  GMMR0CheckSharedModulesStart(PVM pVM);
     304GMMR0DECL(int)  GMMR0CheckSharedModulesEnd(PVM pVM);
    307305
    308306/**
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