USB: serial: option: reimplement interface masking
[linux/fpc-iii.git] / arch / arm / include / asm / hwcap.h
blobe31d9f1b8549bfbcd476ac3985657d2c31c6037e
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __ASMARM_HWCAP_H
3 #define __ASMARM_HWCAP_H
5 #include <uapi/asm/hwcap.h>
7 #if !defined(__ASSEMBLY__)
8 /*
9 * This yields a mask that user programs can use to figure out what
10 * instruction set this cpu supports.
12 #define ELF_HWCAP (elf_hwcap)
13 #define ELF_HWCAP2 (elf_hwcap2)
14 extern unsigned int elf_hwcap, elf_hwcap2;
15 #endif
16 #endif