blob: 20b196372521275cfd125986e56cd13ae9292492 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
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 Hughes5e7f8f12022-10-01 15:10:58 +00007#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 Ferris8666d042023-09-06 14:55:31 -070015#define COMPAT_HWCAP_ISA_V (1 << ('V' - 'A'))
Elliott Hughes5e7f8f12022-10-01 15:10:58 +000016#endif