Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
enum.h File Reference

Go to the source code of this file.

Enumerations

enum  {
  VFS_OK = 0 , VFS_ERR_BUSY = -1 , VFS_ENOENT = -2 , VFS_ERR = -5 ,
  VFS_DEV_NOT_FOUND = -7 , VFS_FS_NOT_FOUND = -8
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
VFS_OK 
VFS_ERR_BUSY 
VFS_ENOENT 
VFS_ERR 
VFS_DEV_NOT_FOUND 
VFS_FS_NOT_FOUND 

Definition at line 4 of file enum.h.