Changeset 75706 in vbox
- Timestamp:
- Nov 25, 2018 1:45:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r75547 r75706 155 155 # define VBGL_IOCTL_CODE_STRIPPED(a_uIOCtl) ((a_uIOCtl) & ~(_IOC(0,0,0,IOCPARM_MASK))) 156 156 # 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 159 163 160 164 /** @todo It would be nice if we could have two defines without paths. */
Note:
See TracChangeset
for help on using the changeset viewer.