kernel.h: reserve audio and graphics ioctl ranges
authorAlan Cox <alan@linux.intel.com>
Tue, 31 Mar 2015 21:52:05 +0000 (22:52 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 31 Mar 2015 21:52:05 +0000 (22:52 +0100)
Kernel/include/kernel.h

index c1c00dd..2ba71e9 100644 (file)
@@ -544,6 +544,15 @@ struct s_argblk {
 #define HDIO_GET_IDENTITY      0x0102  /* Not yet implemented anywhere */
 #define BLKFLSBUF              0x4103  /* Use the Linux name */
 
+/*
+ *     Sound ioctls 02xx (see audio.h)
+ */
+
+
+/*
+ *     Graphics ioctls 03xx (see graphics.h)
+ */
+
 /*
  *     System info shared with user space
  */