Changeset 21219 in vbox for trunk/include/VBox
- Timestamp:
- Jul 5, 2009 1:44:53 PM (16 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VMMDev.h
r21218 r21219 28 28 */ 29 29 30 #ifndef ___VBox_V BoxDev_h31 #define ___VBox_V BoxDev_h30 #ifndef ___VBox_VMMDev_h 31 #define ___VBox_VMMDev_h 32 32 33 33 #include <VBox/cdefs.h> 34 34 35 35 RT_C_DECLS_BEGIN 36 37 /** @defgroup grp_vmmdev VMM Device 38 * 39 * Note! This interface cannot be changed, it can only be extended! 40 * 41 * @{ 42 */ 36 43 37 44 /** Mouse capability bits … … 78 85 * For now: 4 megabyte. 79 86 */ 80 #define VMMDEV_RAM_SIZE (4 * 256 * PAGE_SIZE)87 #define VMMDEV_RAM_SIZE (4 * 256 * PAGE_SIZE) 81 88 82 89 /** Size of VMMDev heap region accessible by guest. 83 * ( must be a power of two (pci range))90 * (Must be a power of two (pci range).) 84 91 */ 85 #define VMMDEV_HEAP_SIZE (4*PAGE_SIZE)92 #define VMMDEV_HEAP_SIZE (4 * PAGE_SIZE) 86 93 94 /** @} */ 87 95 RT_C_DECLS_END 88 96 89 97 #endif 98
Note:
See TracChangeset
for help on using the changeset viewer.