aboutsummaryrefslogtreecommitdiff
path: root/include/fdt.h
blob: 0bdcffa27e4440f178bdcaa8e85a13822ea4e54a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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