VirtualBox

Changeset 17858 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 13, 2009 9:51:35 PM (16 years ago)
Author:
vboxsync
Message:

Additions/common/VBoxGuestLib: add support for the new user guest device to the R3 guest library

File:
1 edited

Legend:

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

    r17196 r17858  
    6565/** The support device name. */
    6666# define VBOXGUEST_DEVICE_NAME        "/dev/vboxadd"
     67# define VBOXGUEST_USER_DEVICE_NAME   "/dev/vboxuser"
    6768
    6869#elif defined(RT_OS_OS2)
    6970/** The support device name. */
    7071# define VBOXGUEST_DEVICE_NAME        "\\Dev\\VBoxGst$"
     72# define VBOXGUEST_USER_DEVICE_NAME   "\\Dev\\VBoxGst$"
    7173
    7274#elif defined(RT_OS_SOLARIS)
    7375/** The support device name. */
    7476# define VBOXGUEST_DEVICE_NAME        "/dev/vboxguest"
     77# define VBOXGUEST_USER_DEVICE_NAME   "/dev/vboxguest"
    7578
    7679#elif defined(RT_OS_WINDOWS)
     
    7982/** Win32 Device name. */
    8083# define VBOXGUEST_DEVICE_NAME        "\\\\.\\VBoxGuest"
     84# define VBOXGUEST_USER_DEVICE_NAME   "\\\\.\\VBoxGuest"
    8185/** Global name for Win2k+ */
    8286# define VBOXGUEST_DEVICE_NAME_GLOBAL "\\\\.\\Global\\VBoxGuest"
     
    8993/** The support device name. */
    9094# define VBOXGUEST_DEVICE_NAME        "/dev/vboxguest"
     95# define VBOXGUEST_USER_DEVICE_NAME   "/dev/vboxguest"
    9196
    9297#else
     
    16561661__BEGIN_DECLS
    16571662VBGLR3DECL(int)     VbglR3Init(void);
     1663VBGLR3DECL(int)     VbglR3InitUser(void);
    16581664VBGLR3DECL(void)    VbglR3Term(void);
    16591665# ifdef ___iprt_time_h
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