refactor: replace all stdint::uint32_t into short and more manageable u32_t
[lunaix-os.git] / lunaix-os / includes / lunaix / fs / twifs.h
index a8117ef7cddb61ff4c67b59598c45365ef128691..2ee5390b65cfe240e787fcfc53d22dbee5714797 100644 (file)
@@ -10,7 +10,7 @@ struct twifs_node
     struct hstr name;
     inode_t ino_id;
     void* data;
-    uint32_t itype;
+    u32_t itype;
     char name_val[VFS_NAME_MAXLEN];
     struct llist_header children;
     struct llist_header siblings;