2022-03-05 16:17:59 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 */
|
2021-10-27 13:46:41 +00:00
|
|
|
#ifndef _INCLUDE_LIBFDT_H_
|
|
|
|
#define _INCLUDE_LIBFDT_H_
|
|
|
|
|
|
|
|
#include <linux/libfdt_env.h>
|
|
|
|
#include "../../scripts/dtc/libfdt/libfdt.h"
|
|
|
|
|
|
|
|
#endif /* _INCLUDE_LIBFDT_H_ */
|