From e21b6264274d6af93c8cd1c3f21db7cc5d819ceb Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 10 Oct 2015 20:47:30 +0100 Subject: [PATCH] disk: add ioctl def for raw commands --- Kernel/include/kernel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Kernel/include/kernel.h b/Kernel/include/kernel.h index 3e284972..c437c92a 100644 --- a/Kernel/include/kernel.h +++ b/Kernel/include/kernel.h @@ -547,7 +547,8 @@ struct s_argblk { #define HDIO_GETGEO 0x0101 #define HDIO_GET_IDENTITY 0x0102 /* Not yet implemented anywhere */ #define BLKFLSBUF 0x4103 /* Use the Linux name */ - +#define HDIO_RAWCMD 0x4104 /* Issue a raw command, ioctl data + is device dependant ! */ /* * Sound ioctls 02xx (see audio.h) */ -- 2.34.1