mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
Kernel: Add Declaration of IDEChannel class in PATADiskDevice.h
This commit is contained in:
parent
50ea0c3500
commit
4f32dc2043
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
namespace Kernel {
|
||||
|
||||
class IDEController;
|
||||
|
||||
class IDEChannel;
|
||||
class PATADiskDevice final : public StorageDevice {
|
||||
friend class IDEController;
|
||||
AK_MAKE_ETERNAL
|
||||
|
|
Loading…
Add table
Reference in a new issue