diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:41:09 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:41:09 +0000 |
| commit | fcd3e818a9f1b7009c9c027a69b2ef0e7ef71293 (patch) | |
| tree | 8ea63301dae5ba65ee92876f87dc501d032130d0 /api/loader | |
| parent | eb022d780afe1e5e92547b6b3c2369dde1c4cc0b (diff) | |
use homespun efi code
Diffstat (limited to 'api/loader')
| -rw-r--r-- | api/loader/efi/shim.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/api/loader/efi/shim.h b/api/loader/efi/shim.h index dcdf077..b91d9fd 100644 --- a/api/loader/efi/shim.h +++ b/api/loader/efi/shim.h @@ -2,7 +2,9 @@ #include <loader/shim.h> -#include <efi.h> +#include <efi/defs.h> +#include <efi/media.h> +#include <efi/tables.h> #ifdef __ELF__ #define EFIEXPORT __attribute__((visibility("default"))) |
