diff options
Diffstat (limited to 'arch/arm/include/asm/hwcap.h')
| -rw-r--r-- | arch/arm/include/asm/hwcap.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/include/asm/hwcap.h b/arch/arm/include/asm/hwcap.h new file mode 100644 index 00000000..6ff56eca --- /dev/null +++ b/arch/arm/include/asm/hwcap.h @@ -0,0 +1,14 @@ +#ifndef __ASMARM_HWCAP_H +#define __ASMARM_HWCAP_H + +#include <uapi/asm/hwcap.h> + +#if !defined(__ASSEMBLY__) +/* + * This yields a mask that user programs can use to figure out what + * instruction set this cpu supports. + */ +#define ELF_HWCAP (elf_hwcap) +extern unsigned int elf_hwcap; +#endif +#endif |
