diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-04 14:19:54 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-04 14:19:54 -0500 |
commit | 1b09896afcf562d199d4df8d671601bba2b1f081 (patch) | |
tree | b4ee4ae8e6e1ff5c5b27fe97509752b17fae330b /src/arch/x86_common/drivers/pic.c | |
parent | fix acpi on uefi, kprint fixes (diff) | |
download | corn-main.tar.gz corn-main.tar.bz2 corn-main.zip |
Diffstat (limited to '')
-rw-r--r-- | src/arch/x86_common/drivers/pic.c (renamed from src/arch/amd64/drivers/pic.c) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/amd64/drivers/pic.c b/src/arch/x86_common/drivers/pic.c index be7716f..d911648 100644 --- a/src/arch/amd64/drivers/pic.c +++ b/src/arch/x86_common/drivers/pic.c @@ -1,5 +1,5 @@ -#include "../bindings.h" -#include "pic.h" +#include <bindings.h> +#include <pic.h> #define PIC1 0x20 /* IO base address for master PIC */ #define PIC2 0xA0 /* IO base address for slave PIC */ |