mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
Kernel: Add Declaration of IDEChannel class in PATADiskDevice.h
This commit is contained in:
parent
50ea0c3500
commit
4f32dc2043
Notes:
sideshowbarker
2024-07-18 21:42:31 +09:00
Author: https://github.com/supercomputer7
Commit: 4f32dc2043
Pull-request: https://github.com/SerenityOS/serenity/pull/5529
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/tomuta
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue