Changeset 16898 in vbox for trunk/include/VBox
- Timestamp:
- Feb 18, 2009 12:27:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r16890 r16898 331 331 VMMDECL(int) PGMMapActivateAll(PVM pVM); 332 332 VMMDECL(int) PGMMapDeactivateAll(PVM pVM); 333 VMMDECL(bool) PGMMapHasConflicts(PVM pVM, bool fResolveConflicts); 334 333 #ifndef IN_RING0 334 VMMDECL(bool) PGMMapHasConflicts(PVM pVM); 335 VMMDECL(int) PGMMapResolveConflicts(PVM pVM); 336 #endif 335 337 VMMDECL(int) PGMShwGetPage(PVM pVM, RTGCPTR GCPtr, uint64_t *pfFlags, PRTHCPHYS pHCPhys); 336 338 VMMDECL(int) PGMShwSetPage(PVM pVM, RTGCPTR GCPtr, size_t cb, uint64_t fFlags);
Note:
See TracChangeset
for help on using the changeset viewer.