Changeset 6419
- Timestamp:
- 01/21/08 17:56:21 (11 months ago)
- Files:
-
- trunk/include/VBox/VBoxGuest.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/VBoxGuest.h
r6408 r6419 970 970 # define VBOXGUEST_IOCTL_CODE_FAST(Function) _IO( 'V', (Function) | VBOXGUEST_IOCTL_FLAG) 971 971 972 /** @todo r=bird: Please remove. See discussion in xTracker and elsewhere; VBOXGUEST_IOCTL_STRIP_SIZE is all we need here and it must be defined everywhere. */ 972 973 # define VBOXGUEST_IOCTL_NUMBER(Code) (_IOC_NR((Code)) & ~VBOXGUEST_IOCTL_FLAG) 973 974 # define VBOXGUEST_IOCTL_SIZE(Code) (_IOC_SIZE((Code))) … … 978 979 # define VBOXGUEST_IOCTL_CODE_FAST(Function) _IO( 'V', (Function) | VBOXGUEST_IOCTL_FLAG) 979 980 981 /** @todo r=bird: Please remove. See discussion in xTracker and elsewhere; VBOXGUEST_IOCTL_STRIP_SIZE is all we need here and it must be defined everywhere. */ 980 982 # define VBOXGUEST_IOCTL_SIZE(Code) (((Code) >> 16) & IOCPARM_MASK) 981 983 # define VBOXGUEST_IOCTL_NUMBER(Code) ((Code) & IOCPARM_MASK)

