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
					
				@ -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;
 | 
				
			|||||||
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;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user