#ifndef _ASM_SIGCONTEXT_H #define _ASM_SIGCONTEXT_H #if defined(__i386__) || defined(__x86_64__) #include #endif #ifdef __sparc__ #include #endif #ifdef __mips__ #include #endif #ifdef __powerpc__ #include #endif #ifdef __alpha__ #include #endif #ifdef __arm__ #include #endif #ifdef __hppa__ #include #endif #ifdef __ia64__ #include #endif #endif