aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorCaleb Connolly <caleb.connolly@linaro.org>2024-08-30 13:34:37 +0100
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2024-09-12 17:35:37 +0200
commit58d825fb18053ec7e432de7bbb70a452b9228076 (patch)
tree73872d8672a9bb97a24f01124fc0c24ff683038c /include
parent22c48a92cdcead3c7bfb1449528d275bf8d3d30a (diff)
downloadu-boot-58d825fb18053ec7e432de7bbb70a452b9228076.tar.gz
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>
Diffstat (limited to 'include')
-rw-r--r--include/fwu.h2
-rw-r--r--include/part.h2
-rw-r--r--include/rkmtd.h2
-rw-r--r--include/u-boot/uuid.h (renamed from include/uuid.h)0
4 files changed, 3 insertions, 3 deletions
diff --git a/include/fwu.h b/include/fwu.h
index 77ec65e6180..c317613eaaa 100644
--- a/include/fwu.h
+++ b/include/fwu.h
@@ -10,7 +10,7 @@
#include <efi.h>
#include <fwu_mdata.h>
#include <mtd.h>
-#include <uuid.h>
+#include <u-boot/uuid.h>
#include <linux/types.h>
diff --git a/include/part.h b/include/part.h
index 54b986cee63..797b542ef1f 100644
--- a/include/part.h
+++ b/include/part.h
@@ -8,7 +8,7 @@
#include <blk.h>
#include <ide.h>
-#include <uuid.h>
+#include <u-boot/uuid.h>
#include <linker_lists.h>
#include <linux/errno.h>
#include <linux/list.h>
diff --git a/include/rkmtd.h b/include/rkmtd.h
index 145fede6c84..b7479036b39 100644
--- a/include/rkmtd.h
+++ b/include/rkmtd.h
@@ -11,7 +11,7 @@
#define __RKMTD__
#include <part_efi.h>
-#include <uuid.h>
+#include <u-boot/uuid.h>
#define LBA 64 + 512 + 33
diff --git a/include/uuid.h b/include/u-boot/uuid.h
index 7f8414dc906..7f8414dc906 100644
--- a/include/uuid.h
+++ b/include/u-boot/uuid.h