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

#ifndef APOS_FDT_H
#define APOS_FDT_H

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

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