mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-19 15:58:56 +00:00
Kernel: Remove unimplemented AHCIPort::is_hot_pluggable declaration
This commit is contained in:
parent
5146315a15
commit
e1ad9326df
Notes:
sideshowbarker
2024-07-17 20:05:42 +09:00
Author: https://github.com/IdanHo
Commit: e1ad9326df
Pull-request: https://github.com/SerenityOS/serenity/pull/12179
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ public:
|
||||||
u32 port_index() const { return m_port_index; }
|
u32 port_index() const { return m_port_index; }
|
||||||
u32 representative_port_index() const { return port_index() + 1; }
|
u32 representative_port_index() const { return port_index() + 1; }
|
||||||
bool is_operable() const;
|
bool is_operable() const;
|
||||||
bool is_hot_pluggable() const;
|
|
||||||
bool is_atapi_attached() const { return m_port_registers.sig == (u32)AHCI::DeviceSignature::ATAPI; };
|
bool is_atapi_attached() const { return m_port_registers.sig == (u32)AHCI::DeviceSignature::ATAPI; };
|
||||||
|
|
||||||
RefPtr<StorageDevice> connected_device() const { return m_connected_device; }
|
RefPtr<StorageDevice> connected_device() const { return m_connected_device; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue