hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'
commit9006f1e706e0f41efdb62556cefe88d746add88a
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 23 Dec 2017 20:29:33 +0000 (23 17:29 -0300)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Fri, 21 Aug 2020 14:23:21 +0000 (21 16:23 +0200)
treec4af29a7635d4672db1a3721a3a2bf91b9a86f45
parent38626a33145aa71b38e728ed0f178571fb49c1f7
hw/sd: Move sdcard legacy API to 'hw/sd/sdcard_legacy.h'

omap_mmc.c is the last device left using the legacy sdcard API.
Move the prototype declarations into a separate header, to
make it clear this is a legacy API.

Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Message-Id: <20180216022933.10945-8-f4bug@amsat.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
hw/sd/omap_mmc.c
hw/sd/sd.c
include/hw/sd/sd.h
include/hw/sd/sdcard_legacy.h [new file with mode: 0644]