Merge tag 'for-linus-20150901' of git://git.infradead.org/linux-mtd
[deliverable/linux.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)
b342ea4e
AB
12#define ELF_HWCAP2 (elf_hwcap2)
13extern unsigned int elf_hwcap, elf_hwcap2;
f884b1cf 14#endif
1632b9e2 15#endif
This page took 0.526394 seconds and 5 git commands to generate.