diff options
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 aa5a9480..323c3722 100644 --- a/modules/devices/riscv/riscv_data.h +++ b/modules/devices/riscv/riscv_data.h @@ -21,7 +21,10 @@ #ifndef _RISCVDATA_H_ #define _RISCVDATA_H_ +/* convert RISC-V ISA string to flags list */ char *riscv_isa_to_flags(const char *isa); + +/* get meaning of flag */ const char *riscv_ext_meaning(const char *ext); #endif |