diff options
author | Marvin Borner | 2019-09-16 19:48:05 +0200 |
---|---|---|
committer | Marvin Borner | 2019-09-16 19:48:05 +0200 |
commit | 397c44c212cabe6d974925ef1752f5eec49f5f44 (patch) | |
tree | bf9fa7f28629f8e693d2e687f9752df0572d34d2 /src/interrupts/irq.c | |
parent | f1e62229ca1ce4d7768268724204772049341282 (diff) |
Renamed graphics driver for future VESA? support
Diffstat (limited to 'src/interrupts/irq.c')
-rw-r--r-- | src/interrupts/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interrupts/irq.c b/src/interrupts/irq.c index 9b8d89f..70f1eff 100644 --- a/src/interrupts/irq.c +++ b/src/interrupts/irq.c @@ -1,6 +1,6 @@ #include "../io/io.h" #include "interrupts.h" -#include "../graphics/vga.h" +#include "../graphics/graphics.h" extern void irq0(); |