From: Avi Kivity Date: Mon, 8 Aug 2011 13:08:54 +0000 (+0300) Subject: memory: rename PORTIO_END to PORTIO_END_OF_LIST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2dd3022826bb1ced27d12493a8f1f4b6d4bc71b7;p=qemu.git memory: rename PORTIO_END to PORTIO_END_OF_LIST For consistency with other _END_OF_LIST macros. Signed-off-by: Avi Kivity Signed-off-by: Anthony Liguori --- 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