xref: /linux/arch/mips/include/uapi/asm/hwcap.h (revision 256211f2b0b251e532d1899b115e374feb16fa7a)
16f52b16cSGreg 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)
8*256211f2SMarcin Nowakowski #define HWCAP_MIPS_CRC32	(1 << 2)
9e14f1db7SPaul Burton 
10e14f1db7SPaul Burton #endif /* _UAPI_ASM_HWCAP_H */
11