Add the remaining VFS operation types

This commit is contained in:
pjht 2019-06-29 09:13:25 -05:00
parent 7611d929a3
commit e12e656fa5

View File

@ -2,7 +2,13 @@
#define IPC_VFS_H
typedef enum {
VFS_OPEN
VFS_OPEN,
VFS_PUTC,
VFS_GETC,
VFS_CLOSE,
VFS_REGISTER_FS,
VFS_MOUNT,
VFS_UMOUNT
} vfs_message_type;
typedef struct {