mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
Kernel: Use StringView for ACPI table signatures
This commit is contained in:
parent
f614f0e2cb
commit
a3ca745b5a
5 changed files with 22 additions and 21 deletions
|
@ -337,11 +337,7 @@ class Parser;
|
|||
|
||||
namespace StaticParsing {
|
||||
PhysicalAddress find_rsdp();
|
||||
bool match_table_signature(PhysicalAddress table_header, const char*);
|
||||
PhysicalAddress search_table(PhysicalAddress rsdp, const char*);
|
||||
PhysicalAddress search_table_in_xsdt(PhysicalAddress xsdt, const char*);
|
||||
PhysicalAddress search_table_in_rsdt(PhysicalAddress rsdt, const char*);
|
||||
bool validate_table(const Structures::SDTHeader&, size_t length);
|
||||
PhysicalAddress find_table(PhysicalAddress rsdp, const StringView& signature);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue