Changeset 32484 in vbox for trunk/include/VBox
- Timestamp:
- Sep 14, 2010 2:01:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/tm.h
r32419 r32484 217 217 VMMDECL(int) TMTimerSetMicro(PTMTIMER pTimer, uint64_t cMicrosToNext); 218 218 VMMDECL(int) TMTimerSetNano(PTMTIMER pTimer, uint64_t cNanosToNext); 219 VMMDECL(int) TMTimerSetFrequencyHint(PTMTIMER pTimer, uint32_t uHz); 219 220 VMMDECL(uint64_t) TMTimerGet(PTMTIMER pTimer); 220 221 VMMDECL(uint64_t) TMTimerGetNano(PTMTIMER pTimer);
Note:
See TracChangeset
for help on using the changeset viewer.