xref: /linux/arch/mips/include/uapi/asm/hwcap.h (revision 6f52b16c5b29b89d92c0e7236f4655dc8491ad70)
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