u64_t end_lba;
u32_t blk_size;
struct block_dev_ops ops;
+ struct devclass* class;
};
// Lunaix Partition Table
} __attribute__((packed));
typedef u64_t partition_t;
-typedef uint32_t bdev_t;
+typedef u32_t bdev_t;
typedef void (*devfs_exporter)(struct block_dev* bdev, void* fsnode);
void