1 2 3 4 5
#ifdef __arm__ #include <arm/exec.h> #else /* !__arm__ */ /* empty */ #endif /* !__arm__ */