summaryrefslogtreecommitdiff
path: root/other/cpufeatures.c
blob: 38c9705996347371a28fdb8b14ea92abf02d260e (plain)
1
2
3
4
5
6
#ifdef ANDROID_CPU_FEATURES
#define typeof __typeof__
#include ANDROID_CPU_FEATURES
#endif

typedef int unused_declaration;