memory: rename PORTIO_END to PORTIO_END_OF_LIST
authorAvi Kivity <avi@redhat.com>
Mon, 8 Aug 2011 13:08:54 +0000 (16:08 +0300)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 8 Aug 2011 15:15:52 +0000 (10:15 -0500)
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>
memory.h

index 4e518b2a1b0fa959f1e5e57c088c131aa6212fd3..da00a3b0df85974f31b414475552424ee7f16131 100644 (file)
--- 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