From fe0d0f1cb6a1a46b43d60e4f41a922b91c465f71 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 4 Jul 2018 01:47:48 +0100 Subject: [PATCH] kernel: add initial tape ioctls --- Kernel/include/kernel.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.34.1