diff options
| author | Miguel <m.i@gmx.at> | 2018-08-19 19:39:47 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-19 19:39:47 +0200 |
| commit | 5055dc85c8a74fcd2ec24fbc51eba2a2da68debe (patch) | |
| tree | 6b9589c5c89c8bc5c90771ff9d630c15e670f024 /driver/pci.c | |
| parent | 575c725f998b166f1d286a2664aa3d6061d337fe (diff) | |
cleaning up asm stuff and improving docs
Diffstat (limited to 'driver/pci.c')
| -rw-r--r-- | driver/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/pci.c b/driver/pci.c index 677f445..a8cd68b 100644 --- a/driver/pci.c +++ b/driver/pci.c @@ -1,7 +1,7 @@ #define FOOLOS_MODULE_NAME "pci" #include "kernel/kernel.h" -#include "kernel/x86.h" +#include "asm/x86.h" #include "e1000.h" #include "lib/logger/log.h" // logger facilities |
