Changeset 44730 in vbox for trunk/include/VBox
- Timestamp:
- Feb 18, 2013 12:43:02 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83833
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r44399 r44730 456 456 VMMR3_INT_DECL(int) PGMR3InitCompleted(PVM pVM, VMINITCOMPLETED enmWhat); 457 457 VMMR3DECL(void) PGMR3Relocate(PVM pVM, RTGCINTPTR offDelta); 458 VMMR3DECL(void) PGMR3Reset UnpluggedCpu(PVM pVM, PVMCPU pVCpu);458 VMMR3DECL(void) PGMR3ResetCpu(PVM pVM, PVMCPU pVCpu); 459 459 VMMR3DECL(void) PGMR3Reset(PVM pVM); 460 460 VMMR3DECL(int) PGMR3Term(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.