Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
enum.h
Go to the documentation of this file.
1#ifndef __VFS__ENUM_H__
2#define __VFS__ENUM_H__
3
4enum {
5 VFS_OK = 0,
8 VFS_ERR = -5,
11};
12
13#endif // __VFS__ENUM_H__
@ VFS_ERR
Definition enum.h:8
@ VFS_ENOENT
Definition enum.h:7
@ VFS_OK
Definition enum.h:5
@ VFS_ERR_BUSY
Definition enum.h:6
@ VFS_FS_NOT_FOUND
Definition enum.h:10
@ VFS_DEV_NOT_FOUND
Definition enum.h:9