Nucleus
Barry Kernel printf routines 120a213 (3 years, 2 months ago)diff --git a/kernel/acpi/acpi.c b/kernel/acpi/acpi.c index 431d471..64443b1 100644 --- a/kernel/acpi/acpi.c +++ b/kernel/acpi/acpi.c @@ -5,7 +5,7 @@ #include <stdint.h> #include <string.h> -#include <nucleus/panic.h> +#include <nucleus/kernel.h> #include <nucleus/memory.h> #include "acpi.h" diff --git a/kernel/acpi/dsdt.c b/kernel/acpi/dsdt.c index 23b8178..15510a1 100644 --- a/kernel/acpi/dsdt.c +++ b/kernel/acpi/dsdt.c @@ -4,7 +4,7 @@ * information on IO ports, IRQs, memory mappings and power management. */ -#include <nucleus/panic.h> +#include <nucleus/kernel.h> #include <io.h> #include "acpi.h"