From 47009f47a177b4c7e9337e09cf9c4dbe47784110 Mon Sep 17 00:00:00 2001 From: Burt P Date: Tue, 11 Jul 2017 00:21:58 -0500 Subject: x86,arm,riscv: small fixes and flag definition cosmetic tweaks Signed-off-by: Burt P --- modules/devices/riscv/riscv_data.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/devices/riscv/riscv_data.h') 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); -- cgit v1.2.3