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

extern int unused_declaration;