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
4
enum
{
5
VFS_OK
= 0,
6
VFS_ERR_BUSY
= -1,
7
VFS_ENOENT
= -2,
8
VFS_ERR
= -5,
9
VFS_DEV_NOT_FOUND
= -7,
10
VFS_FS_NOT_FOUND
= -8,
11
};
12
13
#endif
// __VFS__ENUM_H__
VFS_ERR
@ VFS_ERR
Definition
enum.h:8
VFS_ENOENT
@ VFS_ENOENT
Definition
enum.h:7
VFS_OK
@ VFS_OK
Definition
enum.h:5
VFS_ERR_BUSY
@ VFS_ERR_BUSY
Definition
enum.h:6
VFS_FS_NOT_FOUND
@ VFS_FS_NOT_FOUND
Definition
enum.h:10
VFS_DEV_NOT_FOUND
@ VFS_DEV_NOT_FOUND
Definition
enum.h:9
include
vfs
enum.h
Generated on Sat May 30 2026 11:09:57 for Voxia OS by
1.13.2