blob: 08119658c100f7865a40c811e0e43a7fbc5304bb [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _INCLUDE_LIBFDT_H_
3#define _INCLUDE_LIBFDT_H_
4
5#ifndef USE_HOSTCC
6#include <linux/libfdt_env.h>
7#endif
8//#include "../../scripts/dtc/libfdt/libfdt.h"
9#include "../libfdt.h"
10
11/* U-Boot local hacks */
12extern struct fdt_header *working_fdt; /* Pointer to the working fdt */
13
14#endif /* _INCLUDE_LIBFDT_H_ */