libfdt: split fdt_region declarations out to <fdt_region.h>
[oweals/u-boot.git] / include / linux / libfdt.h
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
10 /* U-Boot local hacks */
11 extern struct fdt_header *working_fdt;  /* Pointer to the working fdt */
12
13 #endif /* _INCLUDE_LIBFDT_H_ */