commit | 58d825fb18053ec7e432de7bbb70a452b9228076 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Fri Aug 30 13:34:37 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Thu Sep 12 17:35:37 2024 +0200 |
tree | 73872d8672a9bb97a24f01124fc0c24ff683038c | |
parent | 22c48a92cdcead3c7bfb1449528d275bf8d3d30a [diff] [blame] |
include: export uuid.h Move this header to include/u-boot/ so that it can be used by external tools. Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
diff --git a/cmd/nvedit_efi.c b/cmd/nvedit_efi.c index 64ae2ad..32b7d04 100644 --- a/cmd/nvedit_efi.c +++ b/cmd/nvedit_efi.c
@@ -15,7 +15,7 @@ #include <malloc.h> #include <mapmem.h> #include <rtc.h> -#include <uuid.h> +#include <u-boot/uuid.h> #include <linux/kernel.h> /*