diff options
| -rw-r--r-- | api/boot/entry_efi.h (renamed from api/boot/entry/entry_efi.h) | 0 | ||||
| -rw-r--r-- | loader/loader_efi.c | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/api/boot/entry/entry_efi.h b/api/boot/entry_efi.h index 7f6b4a4..7f6b4a4 100644 --- a/api/boot/entry/entry_efi.h +++ b/api/boot/entry_efi.h diff --git a/loader/loader_efi.c b/loader/loader_efi.c index 6823563..98b5ad9 100644 --- a/loader/loader_efi.c +++ b/loader/loader_efi.c @@ -1,6 +1,7 @@ #include "loader_efi.h" -#include <boot/entry/entry_efi.h> +#include <boot/entry_efi.h> + #include <kernel/memory/paging.h> #include <elf/elf64.h> |
