From d9166df3f79b292b7ab166afd345fe9b5d7ff6f1 Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Tue, 7 Aug 2007 11:57:33 +0000 Subject: [PATCH] Added FS_READY (from vfsif.h), and MAPDRIVER (from RS to VFS) --- include/minix/callnr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/minix/callnr.h b/include/minix/callnr.h index 1a64ae6c8..f82e1d3ef 100755 --- a/include/minix/callnr.h +++ b/include/minix/callnr.h @@ -47,6 +47,7 @@ #define LSTAT 50 #define IOCTL 54 #define FCNTL 55 +#define FS_READY 57 #define EXEC 59 #define UMASK 60 #define CHROOT 61 @@ -101,3 +102,4 @@ #define TASK_REPLY 121 /* to FS: reply code from drivers, not * really a standalone call. */ +#define MAPDRIVER 122 /* to FS, map a device */ -- 2.44.0