Added FS_READY (from vfsif.h), and MAPDRIVER (from RS to VFS)

This commit is contained in:
Philip Homburg 2007-08-07 11:57:33 +00:00
parent 23fd914307
commit d9166df3f7

View File

@ -47,6 +47,7 @@
#define LSTAT 50 #define LSTAT 50
#define IOCTL 54 #define IOCTL 54
#define FCNTL 55 #define FCNTL 55
#define FS_READY 57
#define EXEC 59 #define EXEC 59
#define UMASK 60 #define UMASK 60
#define CHROOT 61 #define CHROOT 61
@ -101,3 +102,4 @@
#define TASK_REPLY 121 /* to FS: reply code from drivers, not #define TASK_REPLY 121 /* to FS: reply code from drivers, not
* really a standalone call. * really a standalone call.
*/ */
#define MAPDRIVER 122 /* to FS, map a device */