KVFS improvements
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
#ifndef ERRORS_H_
|
||||
#define ERRORS_H_
|
||||
|
||||
#define E_OK 0
|
||||
#define E_NOMEMORY -1
|
||||
#define E_UNKNOWN_FSTYPE -2
|
||||
#define E_NOENTRY -3
|
||||
#define E_OK 0
|
||||
#define E_NOMEMORY -1
|
||||
#define E_UNKNOWN_FSTYPE -2
|
||||
#define E_NOENTRY -3
|
||||
#define E_OUTOFBOUNDS -4
|
||||
|
||||
#endif // ERRORS_H_
|
||||
|
Reference in New Issue
Block a user