mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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>
This commit is contained in:
parent
32b746775d
commit
2dd3022826
1 changed files with 1 additions and 1 deletions
2
memory.h
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue