Changeset 19679 in vbox for trunk/include/VBox
- Timestamp:
- May 14, 2009 8:34:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwaccm.h
r19227 r19679 127 127 VMMR3DECL(void) HWACCMR3NotifyScheduled(PVMCPU pVCpu); 128 128 VMMR3DECL(void) HWACCMR3NotifyEmulated(PVMCPU pVCpu); 129 VMMR3DECL(bool) HWACCMR3IsActive(PVM pVM);129 VMMR3DECL(bool) HWACCMR3IsActive(PVMCPU pVCpu); 130 130 VMMR3DECL(bool) HWACCMR3IsNestedPagingActive(PVM pVM); 131 131 VMMR3DECL(bool) HWACCMR3IsAllowed(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.