aboutsummaryrefslogtreecommitdiff
path: root/modules/devices/riscv/riscv_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devices/riscv/riscv_data.h')
-rw-r--r--modules/devices/riscv/riscv_data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/devices/riscv/riscv_data.h b/modules/devices/riscv/riscv_data.h
index 323c3722..1d3a0a48 100644
--- a/modules/devices/riscv/riscv_data.h
+++ b/modules/devices/riscv/riscv_data.h
@@ -24,6 +24,9 @@
/* convert RISC-V ISA string to flags list */
char *riscv_isa_to_flags(const char *isa);
+/* all known extensions as flags list */
+const char *riscv_ext_list(void);
+
/* get meaning of flag */
const char *riscv_ext_meaning(const char *ext);