blob: 27ba06e5d117e7833c68fd3cca5c7ef61748e273 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
David Daneyab253832012-07-05 18:12:38 +02002#ifndef _INCLUDE_LIBFDT_H_
3#define _INCLUDE_LIBFDT_H_
4
5#include <linux/libfdt_env.h>
David Daney67966e02012-10-05 10:45:30 -07006#include "../../scripts/dtc/libfdt/fdt.h"
7#include "../../scripts/dtc/libfdt/libfdt.h"
David Daneyab253832012-07-05 18:12:38 +02008
9#endif /* _INCLUDE_LIBFDT_H_ */