xref: /linux/arch/mips/include/uapi/asm/hwcap.h (revision e14f1db7a61f016d74393ca9e8fc49a91d27f603)
1*e14f1db7SPaul Burton #ifndef _UAPI_ASM_HWCAP_H
2*e14f1db7SPaul Burton #define _UAPI_ASM_HWCAP_H
3*e14f1db7SPaul Burton 
4*e14f1db7SPaul Burton /* HWCAP flags */
5*e14f1db7SPaul Burton #define HWCAP_MIPS_R6		(1 << 0)
6*e14f1db7SPaul Burton #define HWCAP_MIPS_MSA		(1 << 1)
7*e14f1db7SPaul Burton 
8*e14f1db7SPaul Burton #endif /* _UAPI_ASM_HWCAP_H */
9