Changeset 45739 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 25, 2013 7:44:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r45024 r45739 509 509 VMMR3DECL(int) PGMR3UnmapPT(PVM pVM, RTGCPTR GCPtr); 510 510 VMMR3DECL(int) PGMR3FinalizeMappings(PVM pVM); 511 VMMR3DECL(int) PGMR3MappingsDisable(PVM pVM);512 511 VMMR3DECL(int) PGMR3MappingsSize(PVM pVM, uint32_t *pcb); 513 512 VMMR3DECL(int) PGMR3MappingsFix(PVM pVM, RTGCPTR GCPtrBase, uint32_t cb);
Note:
See TracChangeset
for help on using the changeset viewer.