Changeset 14301 in vbox for trunk/include
- Timestamp:
- Nov 18, 2008 1:31:42 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39488
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r14115 r14301 535 535 VMMR3DECL(bool) PGMR3MapHasConflicts(PVM pVM, uint64_t cr3, bool fRawR0); 536 536 VMMR3DECL(int) PGMR3MapRead(PVM pVM, void *pvDst, RTGCPTR GCPtrSrc, size_t cb); 537 VMMR3DECL(int) PGMR3MapActivate(PVM pVM); 538 VMMR3DECL(int) PGMR3MapDeactivate(PVM pVM); 539 537 540 VMMR3DECL(int) PGMR3HandlerPhysicalRegister(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS GCPhysLast, 538 541 PFNPGMR3PHYSHANDLER pfnHandlerR3, void *pvUserR3,
Note:
See TracChangeset
for help on using the changeset viewer.