aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/bitsperlong.h
blob: c7379b8f6ece57d5fe28da7f6903308d70a59762 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__arm__) 
#include "bitsperlong_arm.h" 
#elif defined(__aarch64__) 
#include "bitsperlong_arm64.h" 
#elif defined(__powerpc__) 
#include "bitsperlong_powerpc.h" 
#elif defined(__i386__) || defined(__x86_64__) 
#include "bitsperlong_x86.h" 
#else 
#error unexpected 
#endif