OSDN Git Service

pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02
authorMarkus Armbruster <armbru@redhat.com>
Fri, 8 Mar 2019 09:45:56 +0000 (10:45 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 11 Mar 2019 21:53:44 +0000 (22:53 +0100)
commit1643406520f8ff6f4cc11062950f5f898b03b573
treecb7371ea953caeb88333bde600d096d8b359c255
parent377b155bde451d5ac545fbdcdfbf6ca17a4228f5
pflash: Rename pflash_t to PFlashCFI01, PFlashCFI02

flash.h's incomplete struct pflash_t is completed both in
pflash_cfi01.c and in pflash_cfi02.c.  The complete types are
incompatible.  This can hide type errors, such as passing a pflash_t
created with pflash_cfi02_register() to pflash_cfi01_get_memory().

Furthermore, POSIX reserves typedef names ending with _t.

Rename the two structs to PFlashCFI01 and PFlashCFI02.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190308094610.21210-2-armbru@redhat.com>
hw/arm/vexpress.c
hw/block/pflash_cfi01.c
hw/block/pflash_cfi02.c
hw/i386/pc_sysfw.c
hw/mips/mips_malta.c
hw/xtensa/xtfpga.c
include/hw/block/flash.h