mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:17:42 +00:00
ACPI: Keep common flags in structures for later usage
This commit is contained in:
parent
3cbc2f4381
commit
5d7855adea
5 changed files with 128 additions and 27 deletions
|
@ -94,6 +94,16 @@ namespace ACPI {
|
|||
klog() << "ACPI Limited: No AML Interpretation Allowed";
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
const FADTFlags::HardwareFeatures& Parser::hardware_features() const
|
||||
{
|
||||
klog() << "ACPI Limited: Hardware features cannot be obtained";
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
const FADTFlags::x86_Specific_Flags& Parser::x86_specific_flags() const
|
||||
{
|
||||
klog() << "ACPI Limited: x86 specific features cannot be obtained";
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
bool Parser::is_operable()
|
||||
{
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue