diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-04-01 12:57:57 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-04-01 12:57:57 +0000 |
| commit | 52f80ab3393ad0b8d11718d2b060e2e5a6f4870b (patch) | |
| tree | a6142c8d5d6823d0299c4a95c7784eadff792fe2 | |
| parent | c838637132f93fb8b9d436633b3a82d55912946c (diff) | |
renamed header
| -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> |
