1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 21:27:34 +00:00

Kernel: Add Declaration of IDEChannel class in PATADiskDevice.h

This commit is contained in:
Liav A 2021-02-05 16:41:50 +02:00 committed by Andreas Kling
parent 50ea0c3500
commit 4f32dc2043

View file

@ -37,7 +37,7 @@
namespace Kernel { namespace Kernel {
class IDEController; class IDEController;
class IDEChannel;
class PATADiskDevice final : public StorageDevice { class PATADiskDevice final : public StorageDevice {
friend class IDEController; friend class IDEController;
AK_MAKE_ETERNAL AK_MAKE_ETERNAL