blob: c6b7656948ad7394ebe9d7f21a776b138ff14daa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/* SPDX-License-Identifier: copyleft-next-0.3.1 */
/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */
/**
* @file fdt_wip.c
* Wrapper around libfdt/fdt_wip.c, sets up the environment.
*/
#include "libfdt_env.h"
#include "../dtc/libfdt/fdt_wip.c"
|