mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:07:43 +00:00
Kernel: Remove AK::String usage from Storage/IDEChannel.cpp
This commit is contained in:
parent
4302e7ac26
commit
7f88d5058e
2 changed files with 9 additions and 9 deletions
|
@ -130,7 +130,7 @@ protected:
|
|||
virtual void ata_write_sectors(bool, u16);
|
||||
|
||||
void detect_disks();
|
||||
String channel_type_string() const;
|
||||
StringView channel_type_string() const;
|
||||
|
||||
void try_disambiguate_error();
|
||||
bool wait_until_not_busy(bool slave, size_t milliseconds_timeout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue