From 2dd3022826bb1ced27d12493a8f1f4b6d4bc71b7 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 8 Aug 2011 16:08:54 +0300 Subject: [PATCH] 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 --- memory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2