BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 18495cfe1cf5f7fc6f6b0c8c12d7f34dfded1be0 / kernel / acpi / dsdt.c

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/kernel/acpi/dsdt.c b/kernel/acpi/dsdt.c
index 15510a1..ef203fa 100644
--- a/kernel/acpi/dsdt.c
+++ b/kernel/acpi/dsdt.c
@@ -4,8 +4,8 @@
  * information on IO ports, IRQs, memory mappings and power management.
  */
 
+#include <nucleus/io.h>
 #include <nucleus/kernel.h>
-#include <io.h>
 #include "acpi.h"
 
 /* Parse the DSDT for information */