]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/include/asm/hwcap.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-eoan-kernel.git] / arch / arm / include / asm / hwcap.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
f884b1cf
CM
2#ifndef __ASMARM_HWCAP_H
3#define __ASMARM_HWCAP_H
4
cb8db5d4 5#include <uapi/asm/hwcap.h>
f884b1cf 6
1632b9e2 7#if !defined(__ASSEMBLY__)
f884b1cf
CM
8/*
9 * This yields a mask that user programs can use to figure out what
10 * instruction set this cpu supports.
11 */
12#define ELF_HWCAP (elf_hwcap)
b342ea4e
AB
13#define ELF_HWCAP2 (elf_hwcap2)
14extern unsigned int elf_hwcap, elf_hwcap2;
f884b1cf 15#endif
1632b9e2 16#endif