of: MSI: Simplify irqdomain lookup
[linux/fpc-iii.git] / arch / arm / include / asm / hwcap.h
blob6e183fd269fb8b02a001f827ae4bbf3f7252804d
1 #ifndef __ASMARM_HWCAP_H
2 #define __ASMARM_HWCAP_H
4 #include <uapi/asm/hwcap.h>
6 #if !defined(__ASSEMBLY__)
7 /*
8 * This yields a mask that user programs can use to figure out what
9 * instruction set this cpu supports.
11 #define ELF_HWCAP (elf_hwcap)
12 #define ELF_HWCAP2 (elf_hwcap2)
13 extern unsigned int elf_hwcap, elf_hwcap2;
14 #endif
15 #endif