mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Kernel: Merge unnecessary DiskDevice class into BlockDevice
This commit is contained in:
parent
6be880bd10
commit
88ea152b24
Notes:
sideshowbarker
2024-07-19 09:32:16 +09:00
Author: https://github.com/awesomekling
Commit: 88ea152b24
27 changed files with 98 additions and 212 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
#define GPT_DEBUG
|
||||
|
||||
GPTPartitionTable::GPTPartitionTable(DiskDevice& device)
|
||||
GPTPartitionTable::GPTPartitionTable(BlockDevice& device)
|
||||
: m_device(move(device))
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue