Kernel: Add common {read,write}_blocks() api to BlockDevice

This commit is contained in:
2023-11-21 15:19:07 +02:00
parent 6a068fb9f9
commit b749963b62
5 changed files with 42 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include <BAN/HashMap.h>
#include <kernel/Storage/StorageDevice.h>
#include <kernel/Storage/Partition.h>
#include <kernel/FS/FileSystem.h>
#include <kernel/FS/Ext2/Inode.h>