aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/swab.h
blob: 545edf905f0b111f15e09141a2b0f279865eb14b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__arm__) 
#include "swab_arm.h" 
#elif defined(__aarch64__) 
#include "swab_arm64.h" 
#elif defined(__powerpc__) 
#include "swab_powerpc.h" 
#elif defined(__i386__) || defined(__x86_64__) 
#include "swab_x86.h" 
#else 
#error unexpected 
#endif