Changeset 11370 in vbox for trunk/include
- Timestamp:
- Aug 12, 2008 5:50:18 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34566
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwaccm.h
r10822 r11370 75 75 HWACCMDECL(int) HWACCMInvalidatePage(PVM pVM, RTGCPTR GCVirt); 76 76 77 /** 78 * Checks if an interrupt event is currently pending. 79 * 80 * @returns Interrupt event pending state. 81 * @param pVM The VM to operate on. 82 */ 83 HWACCMDECL(bool) HWACCMHasPendingIrq(PVM pVM); 84 77 85 #ifndef IN_GC 78 86 /**
Note:
See TracChangeset
for help on using the changeset viewer.