aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/linux-headers/asm/opal-prd.h
blob: c5f78be47c89d09f935b626af76555985aef3235 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#if defined(__arm__) 
#error unavailable for arm 
#elif defined(__aarch64__) 
#error unavailable for arm64 
#elif defined(__powerpc__) 
#include "opal-prd_powerpc.h" 
#elif defined(__i386__) || defined(__x86_64__) 
#error unavailable for x86 
#else 
#error unexpected 
#endif