hwcap.h 168 B

123456789
  1. #ifndef _UAPI_ASM_HWCAP_H
  2. #define _UAPI_ASM_HWCAP_H
  3. /* HWCAP flags */
  4. #define HWCAP_MIPS_R6 (1 << 0)
  5. #define HWCAP_MIPS_MSA (1 << 1)
  6. #endif /* _UAPI_ASM_HWCAP_H */