feat(vfs): read functionality

This commit is contained in:
2021-10-25 13:34:27 +03:00
parent 65fc4bc4fe
commit 0dbadd52d0
6 changed files with 438 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ pub enum Errno {
InvalidArgument,
DoesNotExist,
NotADirectory,
IsADirectory,
OutOfMemory,
WouldBlock,
AlreadyExists,