From: Alan Cox Date: Wed, 4 Jul 2018 00:47:48 +0000 (+0100) Subject: kernel: add initial tape ioctls X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fe0d0f1cb6a1a46b43d60e4f41a922b91c465f71;p=FUZIX.git kernel: add initial tape ioctls --- diff --git a/Kernel/include/kernel.h b/Kernel/include/kernel.h index b8651df9..505cfe14 100644 --- a/Kernel/include/kernel.h +++ b/Kernel/include/kernel.h @@ -768,6 +768,10 @@ struct s_argblk { * Input ioctls 0x052x (see input.h) */ +/* + * Tape ioctls 0x06xx (see tape.h) + */ + /* * System info shared with user space */