Changeset 6451 in vbox
- Timestamp:
- Jan 22, 2008 4:32:51 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27427
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r6447 r6451 1003 1003 # define VBOXGUEST_IOCTL_CODE(Function, Size) _IOWRN('V', (Function) | VBOXGUEST_IOCTL_FLAG, sizeof(VBGLBIGREQ)) 1004 1004 # define VBOXGUEST_IOCTL_CODE_FAST(Function) _IO( 'V', (Function) | VBOXGUEST_IOCTL_FLAG) 1005 # define VBOXGUEST_IOCTL_STRIP_SIZE(Function) ( (Function) & ~(IOCPARM_MASK << 16))1005 # define VBOXGUEST_IOCTL_STRIP_SIZE(Function) (Function) 1006 1006 1007 1007 #elif 0 /* BSD style - needs some adjusting _IORW takes a type and not a size. */
Note:
See TracChangeset
for help on using the changeset viewer.