summary refs log tree commit diff stats
path: root/scripts/qapi/schema.py
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-06-19 09:28:41 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2023-08-31 19:47:43 +0200
commit56c39a41adadfc567e1ac22089670bfde6b35365 (patch)
tree8076eb208267c4b752b674e71f7acd0472ce7b33 /scripts/qapi/schema.py
parentae4994d2c803794ac63d9351366b60541584e5c5 (diff)
downloadfocaccia-qemu-56c39a41adadfc567e1ac22089670bfde6b35365.tar.gz
focaccia-qemu-56c39a41adadfc567e1ac22089670bfde6b35365.zip
hw/dma/etraxfs: Include missing 'exec/memory.h' header
The 'fs_dma_ctrl' structure has a MemoryRegion 'mmio' field
which is initialized in etraxfs_dmac_init() calling
memory_region_init_io() and memory_region_add_subregion().

These functions are declared in "exec/memory.h", along with
the MemoryRegion structure. Include the missing header.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230619074153.44268-3-philmd@linaro.org>
Diffstat (limited to 'scripts/qapi/schema.py')
0 files changed, 0 insertions, 0 deletions