mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
b0bd96c858
I do not remember why, but this is apparently a file-copy mistake. The file name is libfdt.h, but its content is that of libfdt_env.h Re-import it from upstream Linux. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>
8 lines
202 B
C
8 lines
202 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _INCLUDE_LIBFDT_H_
|
|
#define _INCLUDE_LIBFDT_H_
|
|
|
|
#include <linux/libfdt_env.h>
|
|
#include "../../scripts/dtc/libfdt/libfdt.h"
|
|
|
|
#endif /* _INCLUDE_LIBFDT_H_ */
|