aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/ioctl.h
blob: a47a24f9f981a1a3a2b038350ba7efcd8798e1b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__arm__) 
#include "ioctl_arm.h" 
#elif defined(__aarch64__) 
#include "ioctl_arm64.h" 
#elif defined(__powerpc__) 
#include "ioctl_powerpc.h" 
#elif defined(__i386__) || defined(__x86_64__) 
#include "ioctl_x86.h" 
#else 
#error unexpected 
#endif