aboutsummaryrefslogtreecommitdiff
path: root/memory.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-08-08 16:08:54 +0300
committerAnthony Liguori <aliguori@us.ibm.com>2011-08-08 10:15:52 -0500
commit2dd3022826bb1ced27d12493a8f1f4b6d4bc71b7 (patch)
tree9a13dc4b7db27280f725940bdbe9f31e7ecd5050 /memory.h
parent32b746775d828b016cd19ef99fcd9bf1d085c7bc (diff)
memory: rename PORTIO_END to PORTIO_END_OF_LIST
For consistency with other _END_OF_LIST macros. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'memory.h')
-rw-r--r--memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/memory.h b/memory.h
index 4e518b2a1b..da00a3b0df 100644
--- a/memory.h
+++ b/memory.h
@@ -133,7 +133,7 @@ struct MemoryRegionPortio {
IOPortWriteFunc *write;
};
-#define PORTIO_END { }
+#define PORTIO_END_OF_LIST() { }
/**
* memory_region_init: Initialize a memory region