From 09819887edce08769c08d76a152e6a01980e0063 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 31 Mar 2015 22:52:05 +0100 Subject: [PATCH] kernel.h: reserve audio and graphics ioctl ranges --- Kernel/include/kernel.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Kernel/include/kernel.h b/Kernel/include/kernel.h index c1c00dd5..2ba71e98 100644 --- a/Kernel/include/kernel.h +++ b/Kernel/include/kernel.h @@ -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 */ -- 2.34.1