diff options
| author | Caleb Connolly <[email protected]> | 2024-08-30 13:34:37 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2024-09-12 17:35:37 +0200 |
| commit | 58d825fb18053ec7e432de7bbb70a452b9228076 (patch) | |
| tree | 73872d8672a9bb97a24f01124fc0c24ff683038c /lib/efi | |
| parent | 22c48a92cdcead3c7bfb1449528d275bf8d3d30a (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 'lib/efi')
| -rw-r--r-- | lib/efi/efi_app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi/efi_app.c b/lib/efi/efi_app.c index 88332c3c910..9b94a93ee4f 100644 --- a/lib/efi/efi_app.c +++ b/lib/efi/efi_app.c @@ -17,7 +17,7 @@ #include <init.h> #include <malloc.h> #include <sysreset.h> -#include <uuid.h> +#include <u-boot/uuid.h> #include <asm/global_data.h> #include <linux/err.h> #include <linux/types.h> |
