Changeset 96325 in vbox
- Timestamp:
- Aug 19, 2022 8:50:16 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r95794 r96325 126 126 /* No automatic buffering, size limited to 255 bytes => use VBGLBIGREQ for everything. */ 127 127 # include <sys/ioccom.h> 128 # define VBGL_IOCTL_CODE_SIZE(Function, Size) _IOWRN('V', (Function), sizeof(VBGLREQHDR))128 # define VBGL_IOCTL_CODE_SIZE(Function, Size) ((uintptr_t)(_IOWRN('V', (Function), sizeof(VBGLREQHDR)))) 129 129 # define VBGL_IOCTL_CODE_BIG(Function) _IOWRN('V', (Function), sizeof(VBGLREQHDR)) 130 130 # define VBGL_IOCTL_CODE_FAST(Function) _IO( 'F', (Function))
Note:
See TracChangeset
for help on using the changeset viewer.