Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / include / asm / hwcap.h
CommitLineData
f884b1cf
CM
1#ifndef __ASMARM_HWCAP_H
2#define __ASMARM_HWCAP_H
3
cb8db5d4 4#include <uapi/asm/hwcap.h>
f884b1cf 5
1632b9e2 6#if !defined(__ASSEMBLY__)
f884b1cf
CM
7/*
8 * This yields a mask that user programs can use to figure out what
9 * instruction set this cpu supports.
10 */
11#define ELF_HWCAP (elf_hwcap)
12extern unsigned int elf_hwcap;
13#endif
1632b9e2 14#endif