BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 120a213e731827cb653242e5dc4b39229a539cb9 / drivers

// Related

Nucleus

Barry Kernel printf routines 120a213 (3 years, 2 months ago)
diff --git a/drivers/devices.c b/drivers/devices.c
index 9e0203a..7e1b709 100644
--- a/drivers/devices.c
+++ b/drivers/devices.c
@@ -5,8 +5,8 @@
 
 #include <stdint.h>
 #include <stddef.h>
+#include <nucleus/kernel.h>
 #include <nucleus/pci.h>
-#include <nucleus/panic.h>
 
 /* Structure for a Device */
 struct Device {