efi: Include efi.h in the efi_variable.h header

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>
This commit is contained in:
Simon Glass
2025-09-22 07:01:28 -06:00
parent 695e4bef30
commit 18db472e85

View File

@@ -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