aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/bitsperlong.h
blob: 492567a65d4ea57abdb47a1726d19893bbebf684 (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