aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/shmbuf.h
blob: de2107ac24f5333debd3042b45f1d8daaca60baf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__arm__) 
#include "shmbuf_arm.h" 
#elif defined(__aarch64__) 
#include "shmbuf_arm64.h" 
#elif defined(__powerpc__) 
#include "shmbuf_powerpc.h" 
#elif defined(__i386__) || defined(__x86_64__) 
#include "shmbuf_x86.h" 
#else 
#error unexpected 
#endif