From: Alan Cox Date: Thu, 15 Jan 2015 23:46:51 +0000 (+0000) Subject: ioctl: note where tty ioctls live X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b6dcc589c020771f6b0e46b381bdeee8e97f183c;p=FUZIX.git ioctl: note where tty ioctls live --- diff --git a/Kernel/include/kernel.h b/Kernel/include/kernel.h index 60f65b4f..eb1eb784 100644 --- a/Kernel/include/kernel.h +++ b/Kernel/include/kernel.h @@ -515,7 +515,11 @@ struct s_argblk { */ /* - * Disk ioctls + * TTY ioctls 00xx (see tty.h) + */ + +/* + * Disk ioctls 01xx */ #define HDIO_GETGEO 0x0101