Re: ioctl conflicts

David S. Miller (davem@redhat.com)
Thu, 30 Aug 2001 01:30:23 -0700 (PDT)


From: Alan Cox <alan@lxorguk.ukuu.org.uk>
Date: Thu, 30 Aug 2001 09:20:45 +0100 (BST)

> I was grep-ing on a 2.4 source tree when i found the
> following :
>
> ./include/linux/videodev.h:#define VIDIOCGCAP
> _IOR('v',1,struct video_capability)
> ./include/linux/ext2_fs.h:#define EXT2_IOC_GETVERSION _IOR('v',1,
> long)

Thats fine. ext2 ioctls and video ioctls go to different places

Consider sparc64.

Later,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/