Add the remaining VFS operation types
This commit is contained in:
parent
7611d929a3
commit
e12e656fa5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user