aboutsummaryrefslogtreecommitdiff
path: root/include/fdt.h
blob: b22b8bad64e7cdf18c3890299c544bc4e2854948 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: copyleft-next-0.3.1 */
/* Copyright 2021 - 2022, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */

#ifndef KMI_FDT_H
#define KMI_FDT_H

/**
 * @file fdt.h
 * Wrapper around libfdt/fdt.h, mainly just for convenience.
 */

#include "../dtc/libfdt/fdt.h"
#endif