Kernel: Allow getting ACPI headers with same signature

This commit is contained in:
2023-10-13 11:24:21 +03:00
parent b3b8376cca
commit 888e44ce0b
5 changed files with 14 additions and 8 deletions

View File

@@ -108,7 +108,7 @@ namespace Kernel
static BAN::ErrorOr<void> initialize();
static ACPI& get();
const SDTHeader* get_header(const char[4]);
const SDTHeader* get_header(BAN::StringView signature, uint32_t index);
private:
ACPI() = default;