blob: ce8d7108b492669decb8df841722cbcf520b7d5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/**
* @file
*
* Advanced Configuration and Power Interface
* ==========================================
*
* Ref
* ---
* http://wiki.xomb.org/index.php?title=ACPI_Tables
* https://wiki.osdev.org/MADT#Entry_Type_1_:_I.2FO_APIC
*/
#include "smp.h"
bool acpi_find(smp_processors *procdata);
|