diff options
Diffstat (limited to 'include/hw/char/riscv_htif.h')
-rw-r--r-- | include/hw/char/riscv_htif.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/hw/char/riscv_htif.h b/include/hw/char/riscv_htif.h index fb9452c..f888ac1 100644 --- a/include/hw/char/riscv_htif.h +++ b/include/hw/char/riscv_htif.h @@ -52,8 +52,11 @@ extern const MemoryRegionOps htif_io_ops; void htif_symbol_callback(const char *st_name, int st_info, uint64_t st_value, uint64_t st_size); +/* Check if HTIF uses ELF symbols */ +bool htif_uses_elf_symbols(void); + /* legacy pre qom */ HTIFState *htif_mm_init(MemoryRegion *address_space, MemoryRegion *main_mem, - CPURISCVState *env, Chardev *chr); + CPURISCVState *env, Chardev *chr, uint64_t nonelf_base); #endif |