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