mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:58:11 +00:00
Kernel+LibPartition: Move MBRPartitionTable into LibPartition
This commit is contained in:
parent
940dde9947
commit
1a6ef03e4a
9 changed files with 26 additions and 29 deletions
|
@ -11,12 +11,12 @@
|
|||
#include <AK/Result.h>
|
||||
#include <AK/Types.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <Kernel/Storage/Partition/MBRPartitionTable.h>
|
||||
#include <LibPartition/MBRPartitionTable.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
struct GUIDPartitionHeader;
|
||||
class GUIDPartitionTable final : public MBRPartitionTable {
|
||||
class GUIDPartitionTable final : public Partition::MBRPartitionTable {
|
||||
public:
|
||||
virtual ~GUIDPartitionTable() = default;
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue