mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
memory: Add MemoryListener to typedefs.h
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
This commit is contained in:
parent
1b3fb98ff0
commit
c6c6958c98
2 changed files with 1 additions and 2 deletions
|
@ -163,8 +163,6 @@ struct MemoryRegion {
|
|||
NotifierList iommu_notify;
|
||||
};
|
||||
|
||||
typedef struct MemoryListener MemoryListener;
|
||||
|
||||
/**
|
||||
* MemoryListener: callbacks structure for updates to the physical memory map
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue