VirtualBox

Changeset 75706 in vbox


Ignore:
Timestamp:
Nov 25, 2018 1:45:19 AM (6 years ago)
Author:
vboxsync
Message:

VBoxGuest.h: Darwin now has a vboxguestu device too. bugref:4686

File:
1 edited

Legend:

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

    r75547 r75706  
    155155# define VBGL_IOCTL_CODE_STRIPPED(a_uIOCtl)         ((a_uIOCtl) & ~(_IOC(0,0,0,IOCPARM_MASK)))
    156156# define VBGL_IOCTL_IS_FAST(a_uIOCtl)               ( IOCGROUP(a_uIOCtl) == 'F' )
    157 #endif
    158 
     157# if defined(RT_OS_DARWIN)
     158#  define VBOXGUEST_DEVICE_NAME                     "/dev/vboxguest"
     159#  define VBOXGUEST_USER_DEVICE_NAME                "/dev/vboxguestu"
     160# endif
     161
     162#endif
    159163
    160164/** @todo It would be nice if we could have two defines without paths. */
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