mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:17:45 +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
|
@ -48,6 +48,9 @@ public:
|
|||
virtual void try_acpi_shutdown();
|
||||
virtual bool can_shutdown() { return false; }
|
||||
|
||||
virtual const FADTFlags::HardwareFeatures& hardware_features() const;
|
||||
virtual const FADTFlags::x86_Specific_Flags& x86_specific_flags() const;
|
||||
|
||||
virtual void enable_aml_interpretation();
|
||||
virtual void enable_aml_interpretation(File&);
|
||||
virtual void enable_aml_interpretation(u8*, u32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue