Changeset 17538 in vbox for trunk/include/VBox
- Timestamp:
- Mar 8, 2009 5:32:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/rem.h
r17537 r17538 79 79 REMR3DECL(int) REMR3NotifyCodePageChanged(PVM pVM, RTGCPTR pvCodePage); 80 80 REMR3DECL(void) REMR3NotifyPhysRamRegister(PVM pVM, RTGCPHYS GCPhys, RTGCPHYS cb, unsigned fFlags); 81 /** @name Flags for REMR3NotifyPhysRamRegister. 82 * @{ */ 83 #define REM_NOTIFY_PHYS_RAM_FLAGS_RAM RT_BIT(16) 84 #define REM_NOTIFY_PHYS_RAM_FLAGS_MMIO2 RT_BIT(17) 85 /** @} */ 81 86 #ifndef VBOX_WITH_NEW_PHYS_CODE 82 87 REMR3DECL(void) REMR3NotifyPhysRamChunkRegister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb, RTHCUINTPTR pvRam, unsigned fFlags);
Note:
See TracChangeset
for help on using the changeset viewer.