Changeset 44346 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jan 23, 2013 11:39:39 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83304
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/tm.h
r37517 r44346 88 88 VMMR3DECL(int) TMR3NotifySuspend(PVM pVM, PVMCPU pVCpu); 89 89 VMMR3DECL(int) TMR3NotifyResume(PVM pVM, PVMCPU pVCpu); 90 VMMR3DECL(int) TMR3SetWarpDrive(P VM pVM, uint32_t u32Percent);91 #endif 92 VMMDECL(uint32_t) TMGetWarpDrive(PVM pVM); 90 VMMR3DECL(int) TMR3SetWarpDrive(PUVM pUVM, uint32_t u32Percent); 91 VMMR3DECL(uint32_t) TMR3GetWarpDrive(PUVM pUVM); 92 #endif 93 93 VMM_INT_DECL(uint32_t) TMCalcHostTimerFrequency(PVM pVM, PVMCPU pVCpu); 94 94 #ifdef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.