mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:47:35 +00:00
Kernel: Untangle StorageController from PCI::DeviceController
This commit is contained in:
parent
68c8b52612
commit
2f8b047339
3 changed files with 8 additions and 9 deletions
|
@ -37,7 +37,8 @@ namespace Kernel {
|
|||
|
||||
class AsyncBlockDeviceRequest;
|
||||
|
||||
class IDEController final : public StorageController {
|
||||
class IDEController final : public StorageController
|
||||
, public PCI::DeviceController {
|
||||
AK_MAKE_ETERNAL
|
||||
public:
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue