commit | 2dd3022826bb1ced27d12493a8f1f4b6d4bc71b7 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Mon Aug 08 16:08:54 2011 +0300 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Aug 08 10:15:52 2011 -0500 |
tree | 9a13dc4b7db27280f725940bdbe9f31e7ecd5050 | |
parent | 32b746775d828b016cd19ef99fcd9bf1d085c7bc [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>
diff --git a/memory.h b/memory.h index 4e518b2..da00a3b 100644 --- a/memory.h +++ b/memory.h
@@ -133,7 +133,7 @@ IOPortWriteFunc *write; }; -#define PORTIO_END { } +#define PORTIO_END_OF_LIST() { } /** * memory_region_init: Initialize a memory region