mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Added PCI support
This commit is contained in:
@ -14,6 +14,9 @@ namespace Power
|
||||
void *madt;
|
||||
|
||||
public:
|
||||
void *GetACPI() { return this->acpi; }
|
||||
void *GetDSDT() { return this->dsdt; }
|
||||
void *GetMADT() { return this->madt; }
|
||||
void Reboot();
|
||||
void Shutdown();
|
||||
Power();
|
||||
|
Reference in New Issue
Block a user