ladybird/Kernel/ACPI
Linus Groh bbe787a0af Everywhere: Re-format with clang-format-11
Compared to version 10 this fixes a bunch of formatting issues, mostly
around structs/classes with attributes like [[gnu::packed]], and
incorrect insertion of spaces in parameter types ("T &"/"T &&").
I also removed a bunch of // clang-format off/on and FIXME comments that
are no longer relevant - on the other hand it tried to destroy a couple of
neatly formatted comments, so I had to add some as well.
2020-12-31 21:51:00 +01:00
..
Definitions.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
DynamicParser.cpp Kernel: Remove redundant "ACPI" from filenames in ACPI/ 2020-04-09 18:17:27 +02:00
DynamicParser.h Meta+Kernel: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
Initialize.cpp Kernel: Simplify scanning BIOS/EBDA and MP parser initialization 2020-05-22 13:36:57 +02:00
Initialize.h Kernel: Remove "non-operational" ACPI parser state 2020-04-09 17:19:11 +02:00
MultiProcessorParser.cpp Kernel: Simplify MP table parser a little bit more 2020-05-23 15:25:43 +02:00
MultiProcessorParser.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
Parser.cpp Kernel: Workaround QEMU bug and initialize i8042 controller 2020-12-18 10:02:14 +01:00
Parser.h Kernel: Assume 8042 controller is present if ACPI FADT revision <= 1 2020-11-12 18:04:16 +01:00