summaryrefslogtreecommitdiff
path: root/cmd/efi_common.c
diff options
context:
space:
mode:
authorCaleb Connolly <[email protected]>2024-08-30 13:34:37 +0100
committerHeinrich Schuchardt <[email protected]>2024-09-12 17:35:37 +0200
commit58d825fb18053ec7e432de7bbb70a452b9228076 (patch)
tree73872d8672a9bb97a24f01124fc0c24ff683038c /cmd/efi_common.c
parent22c48a92cdcead3c7bfb1449528d275bf8d3d30a (diff)
include: export uuid.h
Move this header to include/u-boot/ so that it can be used by external tools. Reviewed-by: Ilias Apalodimas <[email protected]> Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'cmd/efi_common.c')
-rw-r--r--cmd/efi_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/efi_common.c b/cmd/efi_common.c
index c46764e6eea..d2f2b59e9e3 100644
--- a/cmd/efi_common.c
+++ b/cmd/efi_common.c
@@ -8,7 +8,7 @@
#include <efi.h>
#include <efi_api.h>
-#include <uuid.h>
+#include <u-boot/uuid.h>
void efi_show_tables(struct efi_system_table *systab)
{