feat: fstat now handle symbolic link
[lunaix-os.git] / lunaix-os / includes / lunaix / block.h
index 0ddd00058cb585a22fdf6b17095d26582c85b00c..0eb777542aaef8415ed3d29a6f9b0781b9f629c4 100644 (file)
@@ -31,6 +31,7 @@ struct block_dev
     u64_t end_lba;
     u32_t blk_size;
     struct block_dev_ops ops;
     u64_t end_lba;
     u32_t blk_size;
     struct block_dev_ops ops;
+    struct devclass* class;
 };
 
 // Lunaix Partition Table
 };
 
 // Lunaix Partition Table