VirtualBox

Changeset 21219 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jul 5, 2009 1:44:53 PM (16 years ago)
Author:
vboxsync
Message:

VBox/VBoxDev.h -> VBox/VMMDev.h

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VMMDev.h

    r21218 r21219  
    2828 */
    2929
    30 #ifndef ___VBox_VBoxDev_h
    31 #define ___VBox_VBoxDev_h
     30#ifndef ___VBox_VMMDev_h
     31#define ___VBox_VMMDev_h
    3232
    3333#include <VBox/cdefs.h>
    3434
    3535RT_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 */
    3643
    3744/** Mouse capability bits
     
    7885 *  For now: 4 megabyte.
    7986 */
    80 #define VMMDEV_RAM_SIZE (4 * 256 * PAGE_SIZE)
     87#define VMMDEV_RAM_SIZE                                     (4 * 256 * PAGE_SIZE)
    8188
    8289/** 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).)
    8491 */
    85 #define VMMDEV_HEAP_SIZE (4*PAGE_SIZE)
     92#define VMMDEV_HEAP_SIZE                                    (4 * PAGE_SIZE)
    8693
     94/** @} */
    8795RT_C_DECLS_END
    8896
    8997#endif
     98
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette