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/memory | |
parent | f1e62229ca1ce4d7768268724204772049341282 (diff) |
Renamed graphics driver for future VESA? support
Diffstat (limited to 'src/memory')
-rw-r--r-- | src/memory/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memory/memory.c b/src/memory/memory.c index f36c0bc..b978bcf 100644 --- a/src/memory/memory.c +++ b/src/memory/memory.c @@ -1,4 +1,4 @@ -#include "../graphics/vga.h" +#include "../graphics/graphics.h" void *memory_copy(void *dest, const void *src, size_t count) { const char *sp = (const char *) src; |