summaryrefslogtreecommitdiff
path: root/include/exec
diff options
context:
space:
mode:
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>2013-11-21 18:36:42 +0100
committerEdgar E. Iglesias <edgar.iglesias@xilinx.com>2014-02-11 22:56:31 +1000
commitc6c6958c98687543bcb12bdf5492e7a48d535511 (patch)
tree4d381e0f0e2cc8e95f5fb54c13c563477febaebe /include/exec
parent1b3fb98ff0c72f233e41e6dee55b25d9303a7cdf (diff)
downloadqemu-c6c6958c98687543bcb12bdf5492e7a48d535511.tar.gz
memory: Add MemoryListener to typedefs.h
Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Diffstat (limited to 'include/exec')
-rw-r--r--include/exec/memory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/memory.h b/include/exec/memory.h
index 296d6ab2f4..9101fc3a55 100644
--- a/include/exec/memory.h
+++ b/include/exec/memory.h
@@ -163,8 +163,6 @@ struct MemoryRegion {
NotifierList iommu_notify;
};
-typedef struct MemoryListener MemoryListener;
-
/**
* MemoryListener: callbacks structure for updates to the physical memory map
*