aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/unistd-eabi.h
blob: f98c648b9708367947a326f7962f2e85f07e18b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__arm__)
#include "unistd-eabi_arm.h"
#elif defined(__aarch64__)
#error unavailable for arm64
#elif defined(__powerpc__)
#error unavailable for powerpc
#elif defined(__i386__) || defined(__x86_64__)
#error unavailable for x86
#else
#error unexpected
#endif