1*6f52b16cSGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2e14f1db7SPaul Burton #ifndef _UAPI_ASM_HWCAP_H 3e14f1db7SPaul Burton #define _UAPI_ASM_HWCAP_H 4e14f1db7SPaul Burton 5e14f1db7SPaul Burton /* HWCAP flags */ 6e14f1db7SPaul Burton #define HWCAP_MIPS_R6 (1 << 0) 7e14f1db7SPaul Burton #define HWCAP_MIPS_MSA (1 << 1) 8e14f1db7SPaul Burton 9e14f1db7SPaul Burton #endif /* _UAPI_ASM_HWCAP_H */ 10