aboutsummaryrefslogtreecommitdiff
path: root/lib/fdt_strerror.c
blob: 9e292d97b27f4e5971e350327d5212c844c0000f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */

/**
 * @file fdt_strerror.c
 * Wrapper around libfdt/fdt_strerror.c, sets up the environment.
 */

#include "libfdt_env.h"
#include "../dtc/libfdt/fdt_strerror.c"