Changeset 8108 in vbox for trunk/include
- Timestamp:
- Apr 17, 2008 3:17:37 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29810
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r7905 r8108 330 330 PGMDECL(PGMMODE) PGMGetGuestMode(PVM pVM); 331 331 PGMDECL(PGMMODE) PGMGetShadowMode(PVM pVM); 332 PGMDECL(PGMMODE) PGMGetHostMode(PVM pVM); 332 333 PGMDECL(const char *) PGMGetModeName(PGMMODE enmMode); 333 334 PGMDECL(int) PGMHandlerPhysicalRegisterEx(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS GCPhysLast,
Note:
See TracChangeset
for help on using the changeset viewer.