1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _INCLUDE_LIBFDT_H_
3 #define _INCLUDE_LIBFDT_H_
6 #include <linux/libfdt_env.h>
8 #include "../../scripts/dtc/libfdt/libfdt.h"
10 /* U-Boot local hacks */
11 extern struct fdt_header *working_fdt; /* Pointer to the working fdt */
13 #endif /* _INCLUDE_LIBFDT_H_ */