summaryrefslogtreecommitdiffstats
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/z80/kernel/include/fs/fs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/z80/kernel/include/fs/fs.h b/sw/z80/kernel/include/fs/fs.h
index 62bef36..2a0e9d4 100644
--- a/sw/z80/kernel/include/fs/fs.h
+++ b/sw/z80/kernel/include/fs/fs.h
@@ -50,6 +50,8 @@ struct fs_inode
uint uid :3; // chown
uint type :2; // file, dir, hard-link, sym-link
+ time_t ctime; // creation time
+
/* data storage informations */
uint24_t size;
uint16_t blocks[FS_BLOCKS_N];