BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 53a772a74dcbec1afdda913da790696f3c78bc4b / kernel / acpi / acpi.h

// Related

Nucleus

Barry ACPI DSDT + PCI 53a772a (3 years, 3 months ago)
diff --git a/kernel/acpi/acpi.h b/kernel/acpi/acpi.h
index 9821960..0c39b19 100644
--- a/kernel/acpi/acpi.h
+++ b/kernel/acpi/acpi.h
@@ -14,6 +14,7 @@ struct SDTHeader {
 	uint32_t creatorRevision;
 };
 
+void init_table(struct SDTHeader *table);
 void init_acpi(void *ebda);
 
 #endif