[Concept,21/24] efi: Include efi.h in the efi_variable.h header

Message ID 20250922180116.3088502-22-sjg@u-boot.org
State New
Headers
Series boot: efi: Various improvements to booting with the EFI app |

Commit Message

Simon Glass Sept. 22, 2025, 6:01 p.m. UTC
  From: Simon Glass <sjg@chromium.org>

This header makes use of efi_status_t so should include the header which
provides it. Add this.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 include/efi_variable.h | 1 +
 1 file changed, 1 insertion(+)
  

Patch

diff --git a/include/efi_variable.h b/include/efi_variable.h
index 4065cf45eca..4c9e0149b39 100644
--- a/include/efi_variable.h
+++ b/include/efi_variable.h
@@ -6,6 +6,7 @@ 
 #ifndef _EFI_VARIABLE_H
 #define _EFI_VARIABLE_H
 
+#include <efi.h>
 #include <linux/bitops.h>
 
 #define EFI_VARIABLE_READ_ONLY 0x80000000