1 2 3 4 5 6 7 8
#ifndef APOS_ARCH_H #define APOS_ARCH_H #include <apos/types.h> stat_t setup_arch(void *fdt); #endif /* APOS_ARCH_H */