serenity/Kernel/Firmware/ACPI
Brian Gianforcaro 3a945051fc Kernel: Use operator ""sv in all purpose() implementations
Previously there was a mix of returning plain strings and returning
explicit string views using `operator ""sv`. This change switches them
all to standardized on `operator ""sv` as it avoids a call to strlen.
2021-10-03 13:36:10 +02:00
..
Definitions.h
Initialize.cpp
Initialize.h
MultiProcessorParser.cpp
MultiProcessorParser.h
Parser.cpp Kernel: Move x86 IO instructions code into the x86 specific folder 2021-10-01 12:27:20 +02:00
Parser.h Kernel: Use operator ""sv in all purpose() implementations 2021-10-03 13:36:10 +02:00