mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-06 21:09:18 +00:00
Implemented shutdown & reboot
This commit is contained in:
@ -9,13 +9,8 @@
|
||||
|
||||
namespace Power
|
||||
{
|
||||
void Power::Reboot()
|
||||
{
|
||||
}
|
||||
|
||||
void Power::Shutdown()
|
||||
{
|
||||
}
|
||||
void Power::Reboot() { ((ACPI::DSDT *)this->dsdt)->Reboot(); }
|
||||
void Power::Shutdown() { ((ACPI::DSDT *)this->dsdt)->Shutdown(); }
|
||||
|
||||
Power::Power()
|
||||
{
|
||||
|
Reference in New Issue
Block a user