summaryrefslogtreecommitdiff
path: root/interface
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-28 00:29:02 +0200
committerMiguel <m.i@gmx.at>2018-09-28 00:29:02 +0200
commit9a29d452d03a63f39a80c0640b7747d8508568e2 (patch)
tree05adc15fac805f019af21107a7e3d84135f483f9 /interface
parentb3ec24b054fe36c7368048c3f1d0c46ed8fbb55e (diff)
moved mouse and kb, fixed mouse a bit
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;