Simple VFS layer
This commit is contained in:
9
kernel/errors.h
Normal file
9
kernel/errors.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef ERRORS_H_
|
||||
#define ERRORS_H_
|
||||
|
||||
#define E_OK 0
|
||||
#define E_NOMEMORY -1
|
||||
#define E_UNKNOWN_FSTYPE -2
|
||||
#define E_NOENTRY -3
|
||||
|
||||
#endif // ERRORS_H_
|
Reference in New Issue
Block a user