diff options
author | Avi Kivity <avi@redhat.com> | 2011-08-08 16:08:54 +0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-08-08 10:15:52 -0500 |
commit | 2dd3022826bb1ced27d12493a8f1f4b6d4bc71b7 (patch) | |
tree | 9a13dc4b7db27280f725940bdbe9f31e7ecd5050 /memory.h | |
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>
Diffstat (limited to 'memory.h')
-rw-r--r-- | memory.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ struct MemoryRegionPortio { IOPortWriteFunc *write; }; -#define PORTIO_END { } +#define PORTIO_END_OF_LIST() { } /** * memory_region_init: Initialize a memory region |