mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:17:44 +00:00
Kernel+LibPartition: Move PartitionTable into LibPartition
This commit is contained in:
parent
be1c5c6b9f
commit
940dde9947
8 changed files with 42 additions and 43 deletions
|
@ -11,11 +11,11 @@
|
|||
#include <AK/RefPtr.h>
|
||||
#include <AK/Result.h>
|
||||
#include <AK/Vector.h>
|
||||
#include <Kernel/Storage/Partition/PartitionTable.h>
|
||||
#include <LibPartition/PartitionTable.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
class MBRPartitionTable : public PartitionTable {
|
||||
class MBRPartitionTable : public Partition::PartitionTable {
|
||||
public:
|
||||
struct [[gnu::packed]] Entry {
|
||||
u8 status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue