VirtualBox

Changeset 6419

Show
Ignore:
Timestamp:
01/21/08 17:56:21 (11 months ago)
Author:
vboxsync
Message:

_SIZE/_NUMBER must go.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/VBoxGuest.h

    r6408 r6419  
    970970# define VBOXGUEST_IOCTL_CODE_FAST(Function)    _IO(  'V', (Function) | VBOXGUEST_IOCTL_FLAG) 
    971971 
     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. */ 
    972973# define VBOXGUEST_IOCTL_NUMBER(Code)           (_IOC_NR((Code)) & ~VBOXGUEST_IOCTL_FLAG) 
    973974# define VBOXGUEST_IOCTL_SIZE(Code)             (_IOC_SIZE((Code))) 
     
    978979# define VBOXGUEST_IOCTL_CODE_FAST(Function)    _IO(  'V', (Function) | VBOXGUEST_IOCTL_FLAG) 
    979980 
     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. */ 
    980982# define VBOXGUEST_IOCTL_SIZE(Code)             (((Code) >> 16) & IOCPARM_MASK) 
    981983# define VBOXGUEST_IOCTL_NUMBER(Code)           ((Code) & IOCPARM_MASK) 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy