mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Let part_blk export writeable partitions
This commit is contained in:
@@ -134,6 +134,7 @@ namespace Block {
|
||||
*blk_count = _partition->_sectors;
|
||||
*blk_size = Partition::blk_size();
|
||||
ops->set_operation(Packet_descriptor::READ);
|
||||
ops->set_operation(Packet_descriptor::WRITE);
|
||||
}
|
||||
|
||||
Partition::Partition *partition() { return _partition; }
|
||||
|
||||
Reference in New Issue
Block a user