1
Fork 0
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:
Brian Gianforcaro 2021-10-02 15:08:15 -07:00 committed by Andreas Kling
parent 4302e7ac26
commit 7f88d5058e
2 changed files with 9 additions and 9 deletions

View file

@ -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);