Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame] | 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 | */ |
Elliott Hughes | 5e7f8f1 | 2022-10-01 15:10:58 +0000 | [diff] [blame] | 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')) |
Christopher Ferris | 8666d04 | 2023-09-06 14:55:31 -0700 | [diff] [blame] | 15 | #define COMPAT_HWCAP_ISA_V (1 << ('V' - 'A')) |
Elliott Hughes | 5e7f8f1 | 2022-10-01 15:10:58 +0000 | [diff] [blame] | 16 | #endif |