feat: (twimap) provide an easy way for mapping kernel objects into filesystem
[lunaix-os.git] / lunaix-os / includes / lunaix / block.h
index 40935f9f630bb79da872ea7874606e743630647c..df481d82c32bb245986ee80bba0fe4081b8c5c99 100644 (file)
@@ -44,4 +44,10 @@ block_init();
 int
 block_mount_disk(struct hba_device* hd_dev);
 
+void
+blk_mapping_init();
+
+void
+blk_set_blkmapping(struct block_dev* bdev);
+
 #endif /* __LUNAIX_BLOCK_H */