]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/nvram/fw_cfg.h
Add optionrom compatible with fw_cfg DMA version
[mirror_qemu.git] / include / hw / nvram / fw_cfg.h
index d00811258dcf9f87756627e821bc2c99fe81bdb7..5c27a1f0d50b3e5fee3c3263d19e4b76b940bb0f 100644 (file)
@@ -182,5 +182,6 @@ FWCfgState *fw_cfg_init_mem_wide(hwaddr ctl_addr,
                                  hwaddr dma_addr, AddressSpace *dma_as);
 
 FWCfgState *fw_cfg_find(void);
+bool fw_cfg_dma_enabled(void *opaque);
 
 #endif