Kernel: Cleanup AML device initialization
_STA and _INI are now properly called on call devices
This commit is contained in:
@@ -52,6 +52,4 @@ namespace Kernel::ACPI::AML
|
||||
}
|
||||
};
|
||||
|
||||
bool initialize_device(BAN::RefPtr<NamedObject> device);
|
||||
|
||||
}
|
||||
|
||||
@@ -25,4 +25,6 @@ namespace Kernel::ACPI::AML
|
||||
ParseResult enter_context_and_parse_term_list(ParseContext& outer_context, const AML::NameString& name, BAN::ConstByteSpan aml_data);
|
||||
};
|
||||
|
||||
bool initialize_scope(BAN::RefPtr<Scope> scope);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user