]> Zhao Yanbai Git Server - minix.git/commitdiff
Added FS_READY (from vfsif.h), and MAPDRIVER (from RS to VFS)
authorPhilip Homburg <philip@cs.vu.nl>
Tue, 7 Aug 2007 11:57:33 +0000 (11:57 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Tue, 7 Aug 2007 11:57:33 +0000 (11:57 +0000)
include/minix/callnr.h

index 1a64ae6c80b966a6c484b7bedb995da3e7c3e109..f82e1d3efa24302d79496662b5bf20b9266cb446 100755 (executable)
@@ -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 
 #define TASK_REPLY     121     /* to FS: reply code from drivers, not 
                                 * really a standalone call.
                                 */
+#define MAPDRIVER      122     /* to FS, map a device */