mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-10 23:09:15 +00:00
APIC implementation (not working as expected)
This commit is contained in:
@ -16,21 +16,21 @@ namespace Power
|
||||
/**
|
||||
* @brief Get Advanced Configuration and Power Interface. (Available only on x32 and x64)
|
||||
*
|
||||
* @return void*
|
||||
* @return void* (ACPI::ACPI *)
|
||||
*/
|
||||
void *GetACPI() { return this->acpi; }
|
||||
|
||||
/**
|
||||
* @brief Get Differentiated System Description Table. (Available only on x32 and x64)
|
||||
*
|
||||
* @return void*
|
||||
* @return void* (ACPI::DSDT *)
|
||||
*/
|
||||
void *GetDSDT() { return this->dsdt; }
|
||||
|
||||
/**
|
||||
* @brief Get Multiple APIC Description Table. (Available only on x32 and x64)
|
||||
*
|
||||
* @return void*
|
||||
* @return void* (ACPI::MADT *)
|
||||
*/
|
||||
void *GetMADT() { return this->madt; }
|
||||
|
||||
|
Reference in New Issue
Block a user