提交 c6c6958c 编写于 作者: E Edgar E. Iglesias

memory: Add MemoryListener to typedefs.h

Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@xilinx.com>
上级 1b3fb98f
...@@ -163,8 +163,6 @@ struct MemoryRegion { ...@@ -163,8 +163,6 @@ struct MemoryRegion {
NotifierList iommu_notify; NotifierList iommu_notify;
}; };
typedef struct MemoryListener MemoryListener;
/** /**
* MemoryListener: callbacks structure for updates to the physical memory map * MemoryListener: callbacks structure for updates to the physical memory map
* *
......
...@@ -26,6 +26,7 @@ typedef struct BusClass BusClass; ...@@ -26,6 +26,7 @@ typedef struct BusClass BusClass;
typedef struct AddressSpace AddressSpace; typedef struct AddressSpace AddressSpace;
typedef struct MemoryRegion MemoryRegion; typedef struct MemoryRegion MemoryRegion;
typedef struct MemoryRegionSection MemoryRegionSection; typedef struct MemoryRegionSection MemoryRegionSection;
typedef struct MemoryListener MemoryListener;
typedef struct MemoryMappingList MemoryMappingList; typedef struct MemoryMappingList MemoryMappingList;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册