libfdt.h 327 B

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