1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef _UAPI_ASM_RISCV_HWCAP_H
8 #define _UAPI_ASM_RISCV_HWCAP_H
9 #define COMPAT_HWCAP_ISA_I (1 << ('I' - 'A'))
10 #define COMPAT_HWCAP_ISA_M (1 << ('M' - 'A'))
11 #define COMPAT_HWCAP_ISA_A (1 << ('A' - 'A'))
12 #define COMPAT_HWCAP_ISA_F (1 << ('F' - 'A'))
13 #define COMPAT_HWCAP_ISA_D (1 << ('D' - 'A'))
14 #define COMPAT_HWCAP_ISA_C (1 << ('C' - 'A'))
15 #define COMPAT_HWCAP_ISA_V (1 << ('V' - 'A'))
16 #endif
17