2017-11-01 15:07:57 +01:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2012-07-05 18:12:38 +02:00
|
|
|
#ifndef _INCLUDE_LIBFDT_H_
|
|
|
|
|
#define _INCLUDE_LIBFDT_H_
|
|
|
|
|
|
|
|
|
|
#include <linux/libfdt_env.h>
|
2012-10-05 10:45:30 -07:00
|
|
|
#include "../../scripts/dtc/libfdt/libfdt.h"
|
2012-07-05 18:12:38 +02:00
|
|
|
|
|
|
|
|
#endif /* _INCLUDE_LIBFDT_H_ */
|