summaryrefslogtreecommitdiff
path: root/kernel/acpi.h
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-09 03:17:52 +0200
committerMiguel <m.i@gmx.at>2018-09-09 03:17:52 +0200
commitfc1d491479abd74a1e038ad9ff7d4d330d79e4a8 (patch)
tree173bc4bca336fbc8a53c9bbd3468946499e161ae /kernel/acpi.h
parent9dabe01545644dd78448d8d489616872f14d964b (diff)
ioapic works!
Diffstat (limited to 'kernel/acpi.h')
-rw-r--r--kernel/acpi.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel/acpi.h b/kernel/acpi.h
index b7c7342..ce8d710 100644
--- a/kernel/acpi.h
+++ b/kernel/acpi.h
@@ -1,2 +1,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);