mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
Kernel: Change HandlerPurpose to HandlerType
Also, GenericInterruptHandler class requires to implement two new methods.
This commit is contained in:
parent
52954ccce6
commit
773afefe7c
Notes:
sideshowbarker
2024-07-19 08:52:29 +09:00
Author: https://github.com/supercomputer7
Commit: 773afefe7c
Pull-request: https://github.com/SerenityOS/serenity/pull/1353
16 changed files with 39 additions and 13 deletions
|
@ -47,6 +47,7 @@ namespace ACPI {
|
|||
virtual void disable_aml_interpretation() override;
|
||||
virtual void try_acpi_shutdown() override;
|
||||
virtual bool can_shutdown() override { return true; }
|
||||
virtual const char* purpose() const override { return "ACPI Parser"; }
|
||||
|
||||
protected:
|
||||
DynamicParser();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue