mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
Kernel: Add an SD card driver for the aarch64 port
Co-authored-by: Ollrogge <nils-ollrogge@outlook.de>
This commit is contained in:
committed by
Linus Groh
parent
bb8092d6a1
commit
c91db6ec97
@@ -77,6 +77,8 @@ StringView StorageDevice::command_set_to_string_view() const
|
||||
return "ata"sv;
|
||||
case CommandSet::NVMe:
|
||||
return "nvme"sv;
|
||||
case CommandSet::SD:
|
||||
return "sd"sv;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user