commit | 29cab7c8fed96953976fd9ead43b2de66722569c | [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 | fb9e948202a3499a2886820accf238b718653edb [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/lib/uuid.c b/lib/uuid.c index 6fdae79..11b86ff 100644 --- a/lib/uuid.c +++ b/lib/uuid.c
@@ -29,7 +29,7 @@ #include <linux/types.h> #include <errno.h> #include <linux/kconfig.h> -#include <uuid.h> +#include <u-boot/uuid.h> #include <u-boot/sha1.h> #ifdef USE_HOSTCC