- Timestamp:
- Apr 5, 2011 12:59:19 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70990
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r36556 r36557 450 450 VMMR3DECL(int) PGMR3InitDynMap(PVM pVM); 451 451 VMMR3DECL(int) PGMR3InitFinalize(PVM pVM); 452 VMMR3_ DECL_INT(int) PGMR3InitCompleted(PVM pVM, VMINITCOMPLETED enmWhat);452 VMMR3_INT_DECL(int) PGMR3InitCompleted(PVM pVM, VMINITCOMPLETED enmWhat); 453 453 VMMR3DECL(void) PGMR3Relocate(PVM pVM, RTGCINTPTR offDelta); 454 454 VMMR3DECL(void) PGMR3ResetUnpluggedCpu(PVM pVM, PVMCPU pVCpu);
Note:
See TracChangeset
for help on using the changeset viewer.