Changeset 17465 in vbox for trunk/include
- Timestamp:
- Mar 6, 2009 1:09:17 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43889
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r17434 r17465 432 432 # ifdef IN_RC 433 433 VMMDECL(int) PGMDynMapHCPage(PVM pVM, RTHCPHYS HCPhys, void **ppv); 434 VMMDECL( int)PGMDynLockHCPage(PVM pVM, RCPTRTYPE(uint8_t *) GCPage);435 VMMDECL( int)PGMDynUnlockHCPage(PVM pVM, RCPTRTYPE(uint8_t *) GCPage);434 VMMDECL(void) PGMDynLockHCPage(PVM pVM, RCPTRTYPE(uint8_t *) GCPage); 435 VMMDECL(void) PGMDynUnlockHCPage(PVM pVM, RCPTRTYPE(uint8_t *) GCPage); 436 436 # ifdef VBOX_STRICT 437 437 VMMDECL(void) PGMDynCheckLocks(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.