]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/char/riscv_htif.h
hw/riscv: spike: Decouple create_fdt() dependency to ELF loading
[mirror_qemu.git] / include / hw / char / riscv_htif.h
index 9e8ebbe01721a5288339806ef5b6e1bfce9efd5a..5958c5b986134434809ec3023417f7208cd4e97b 100644 (file)
@@ -44,11 +44,8 @@ typedef struct HTIFState {
 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, Chardev *chr,
-                        uint64_t nonelf_base);
+                        uint64_t nonelf_base, bool custom_base);
 
 #endif