VirtualBox

Changeset 6042 in vbox for trunk/include


Ignore:
Timestamp:
Dec 10, 2007 8:53:21 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
26677
Message:

Linux additions: print VBox version and module interface version during module initialization; print information with DEBUG level not INFO level (thus prevent output to text console)

File:
1 edited

Legend:

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

    r6030 r6042  
    117117 * @remark  These defines also live in the 16-bit and assembly versions of this header.
    118118 */
    119 #define VMMDEV_VERSION_MAJOR (0x1)
    120 #define VMMDEV_VERSION_MINOR (0x4)
    121 #define VMMDEV_VERSION ((VMMDEV_VERSION_MAJOR << 16) | VMMDEV_VERSION_MINOR)
     119#define VMMDEV_VERSION       0x00010004
     120#define VMMDEV_VERSION_MAJOR (VMMDEV_VERSION >> 16)
     121#define VMMDEV_VERSION_MINOR (VMMDEV_VERSION & 0xffff)
    122122
    123123/* Maximum request packet size */
Note: See TracChangeset for help on using the changeset viewer.

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