]>
Commit | Line | Data |
---|---|---|
b0bd96c8 MY |
1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | #ifndef _INCLUDE_LIBFDT_H_ | |
3 | #define _INCLUDE_LIBFDT_H_ | |
50a327de | 4 | |
b08c8c48 | 5 | #ifndef USE_HOSTCC |
b0bd96c8 | 6 | #include <linux/libfdt_env.h> |
b08c8c48 | 7 | #endif |
b0bd96c8 | 8 | #include "../../scripts/dtc/libfdt/libfdt.h" |
50a327de | 9 | |
b08c8c48 | 10 | /* U-Boot local hacks */ |
b08c8c48 MY |
11 | extern struct fdt_header *working_fdt; /* Pointer to the working fdt */ |
12 | ||
b0bd96c8 | 13 | #endif /* _INCLUDE_LIBFDT_H_ */ |