8 lines
124 B
C
8 lines
124 B
C
|
#ifndef _LUNA_VFS_H
|
||
|
#define _LUNA_VFS_H
|
||
|
|
||
|
#define __VFS_FILE 0x0
|
||
|
#define __VFS_DIRECTORY 0x1
|
||
|
#define __VFS_DEVICE 0x2
|
||
|
|
||
|
#endif
|