Changeset 17295 in vbox for trunk/include
- Timestamp:
- Mar 3, 2009 3:56:07 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43661
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwaccm.h
r17292 r17295 120 120 VMMR3DECL(bool) HWACCMR3IsVPIDActive(PVM pVM); 121 121 VMMR3DECL(int) HWACCMR3InjectNMI(PVM pVM); 122 VMMR3DECL( void)HWACCMR3EmulateIoBlock(PVM pVM, PCPUMCTX pCtx);122 VMMR3DECL(int) HWACCMR3EmulateIoBlock(PVM pVM, PCPUMCTX pCtx); 123 123 124 124 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.