#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