lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | /* 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 */ | ||||
12 | extern struct fdt_header *working_fdt; /* Pointer to the working fdt */ | ||||
13 | |||||
14 | #endif /* _INCLUDE_LIBFDT_H_ */ |