summaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
Diffstat (limited to 'interface')
-rw-r--r--interface/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/fs.h b/interface/fs.h
index 0a8b59e..5930ffe 100644
--- a/interface/fs.h
+++ b/interface/fs.h
@@ -17,7 +17,7 @@ typedef struct fs_dirent_struct
{
uint32_t mount; //mount identifier
uint32_t inode; //inode number or similar
- uint8_t type; //FILE OR DIR
+ uint8_t type; //FILE OR DIR (FS_FILE_TYPE)
char name[255];
}fs_dirent;