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:

committed by
Heinrich Schuchardt

parent
22c48a92cd
commit
58d825fb18
@@ -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"
|
||||
|
@@ -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 */
|
||||
|
||||
|
@@ -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"
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user