1 2 3 4 5 6 7 8
#ifndef APOS_ARCH_H #define APOS_ARCH_H /* functions that an arch has to provide */ void arch_setup(void *fdt); #endif /* APOS_ARCH_H */