mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-04 05:30:31 -07:00
hw/i386/vmport: Drop superfluous parenthesis around function typedef
Drop superfluous parenthesis around VMPortReadFunc typedef (added ind67f679d99, missed to remove when moved ine595112985). Suggested-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200505142836.16903-1-philmd@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
f701c082e7
commit
bda90507a4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include "hw/isa/isa.h"
|
||||
|
||||
#define TYPE_VMPORT "vmport"
|
||||
typedef uint32_t (VMPortReadFunc)(void *opaque, uint32_t address);
|
||||
typedef uint32_t VMPortReadFunc(void *opaque, uint32_t address);
|
||||
|
||||
typedef enum {
|
||||
VMPORT_CMD_GETVERSION = 10,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue