1
Fork 0
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:
Jean-Baptiste Boric 2021-01-18 21:40:47 +01:00 committed by Andreas Kling
parent 68c8b52612
commit 2f8b047339
3 changed files with 8 additions and 9 deletions

View file

@ -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: