diff options
author | Burt P <pburt0@gmail.com> | 2017-07-11 00:21:58 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | 47009f47a177b4c7e9337e09cf9c4dbe47784110 (patch) | |
tree | c72a7c408af619ad636433b6b1df4d43e2ad0e2d /modules/devices/riscv/riscv_data.h | |
parent | bed40787a1fa8e9514be2929dbbec7d3121bbc36 (diff) |
x86,arm,riscv: small fixes and flag definition cosmetic tweaks
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'modules/devices/riscv/riscv_data.h')
-rw-r--r-- | modules/devices/riscv/riscv_data.h | 3 |
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); |