Changeset 92125 in vbox for trunk/include
- Timestamp:
- Oct 28, 2021 8:13:01 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147944
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r91989 r92125 726 726 const void *pvBinary, uint32_t cbBinary, uint8_t fFlags, const char *pszDesc); 727 727 VMMR3DECL(int) PGMR3PhysRomProtect(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cb, PGMROMPROT enmProt); 728 VMMR3DECL(int) PGMR3PhysRegister(PVM pVM, void *pvRam, RTGCPHYS GCPhys, size_t cb, unsigned fFlags, const SUPPAGE *paPages, const char *pszDesc);729 728 VMMDECL(void) PGMR3PhysSetA20(PVMCPU pVCpu, bool fEnable); 730 729
Note:
See TracChangeset
for help on using the changeset viewer.