diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:45:32 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-04 21:45:32 +0000 |
| commit | f82465735f0ba37c4ba202875936562c02538d5b (patch) | |
| tree | d39de345ca87228d870465e4f28a4e22e3bf7c79 /api/loader/efi/shim.h | |
| parent | 26f81e50066e5bb7aeae218094e0f834c405a8c1 (diff) | |
| parent | fcd3e818a9f1b7009c9c027a69b2ef0e7ef71293 (diff) | |
Merge branch 'gnu-efi-gone'
Diffstat (limited to 'api/loader/efi/shim.h')
| -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"))) |
