aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/sigcontext.h
blob: 428844e29ec563618b448127d84e2da802795e2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__arm__)
#include "sigcontext_arm.h"
#elif defined(__aarch64__)
#include "sigcontext_arm64.h"
#elif defined(__powerpc__)
#include "sigcontext_powerpc.h"
#elif defined(__i386__) || defined(__x86_64__)
#include "sigcontext_x86.h"
#else
#error unexpected
#endif