mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-21 11:05:00 +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