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>
This commit is contained in:
Caleb Connolly
2024-08-30 13:34:37 +01:00
committed by Heinrich Schuchardt
parent 22c48a92cd
commit 58d825fb18
36 changed files with 35 additions and 35 deletions

View File

@@ -7,7 +7,7 @@
#include <config.h>
#include <malloc.h>
#include <uuid.h>
#include <u-boot/uuid.h>
#include <linux/time.h>
#include "btrfs.h"
#include "crypto/hash.h"

View File

@@ -5,7 +5,7 @@
#include <linux/errno.h>
#include <fs_internal.h>
#include <uuid.h>
#include <u-boot/uuid.h>
/* Provide a compatibility layer to make code syncing easier */

View File

@@ -1,7 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
#include <fs_internal.h>
#include <log.h>
#include <uuid.h>
#include <u-boot/uuid.h>
#include <memalign.h>
#include "kernel-shared/btrfs_tree.h"
#include "common/rbtree-utils.h"

View File

@@ -27,7 +27,7 @@
#include <div64.h>
#include <malloc.h>
#include <part.h>
#include <uuid.h>
#include <u-boot/uuid.h>
int ext4fs_symlinknest;
struct ext_filesystem ext_fs;