diff options
| author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2018-02-08 13:48:09 -0300 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-02-13 16:15:08 +0100 |
| commit | 0034ebe6ee3151e5c54fd13c6f441429bd2cdadf (patch) | |
| tree | 2da682a7258b0b1796426a485ea1429e2803fb66 /include/hw/sd/sdhci.h | |
| parent | 238cd93567253e0126fbd0c0c3bc75aa43e46a5d (diff) | |
| download | focaccia-qemu-0034ebe6ee3151e5c54fd13c6f441429bd2cdadf.tar.gz focaccia-qemu-0034ebe6ee3151e5c54fd13c6f441429bd2cdadf.zip | |
sdhci: implement UHS-I voltage switch
[based on a patch from Alistair Francis <alistair.francis@xilinx.com> from qemu/xilinx tag xilinx-v2015.2] Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Message-Id: <20180208164818.7961-22-f4bug@amsat.org>
Diffstat (limited to 'include/hw/sd/sdhci.h')
| -rw-r--r-- | include/hw/sd/sdhci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/sd/sdhci.h b/include/hw/sd/sdhci.h index fd606e9928..f321767c56 100644 --- a/include/hw/sd/sdhci.h +++ b/include/hw/sd/sdhci.h @@ -96,6 +96,7 @@ typedef struct SDHCIState { bool pending_insert_quirk; /* Quirk for Raspberry Pi card insert int */ uint32_t quirks; uint8_t sd_spec_version; + uint8_t uhs_mode; } SDHCIState; /* |