mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-08-26 13:35:02 +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