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

extern int unused_declaration;