summaryrefslogtreecommitdiff
path: root/driver/pci.c
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-12 15:23:38 +0200
committerMiguel <m.i@gmx.at>2018-09-12 15:23:38 +0200
commitc72944b5646863ffaaaff94dc03b939a08566203 (patch)
tree3ce3d74fc27b297cd6958d0d8ba588ccbbe16bfb /driver/pci.c
parent800b1a878ec34a8ff30ed093e20561182fa6ae36 (diff)
struggling with vmem
Diffstat (limited to 'driver/pci.c')
-rw-r--r--driver/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/pci.c b/driver/pci.c
index e8d8b23..1e2f660 100644
--- a/driver/pci.c
+++ b/driver/pci.c
@@ -1,6 +1,7 @@
#include "kernel/kernel.h"
+#include "log.h"
#include "asm_x86.h"
#include "e1000.h"