aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/msgbuf.h
blob: c3a71b7ef0ee5423a8ba4eda21bbff73b0b338b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__arm__)
#include "msgbuf_arm.h"
#elif defined(__aarch64__)
#include "msgbuf_arm64.h"
#elif defined(__powerpc__)
#include "msgbuf_powerpc.h"
#elif defined(__i386__) || defined(__x86_64__)
#include "msgbuf_x86.h"
#else
#error unexpected
#endif