diff options
author | Sai Pavan Boddu | 2015-10-08 15:21:01 +0200 |
---|---|---|
committer | Stefan Hajnoczi | 2015-10-29 18:59:27 +0100 |
commit | e3382ef0ea2724f5f09271a608e8f68ede5d844d (patch) | |
tree | cc84cc4e4b1b39672a712fd7d0f1cbf4e3edfa89 /hw/sd/sdhci.h | |
parent | virtio: sync the dataplane vring state to the virtqueue before virtio_save (diff) | |
download | qemu-e3382ef0ea2724f5f09271a608e8f68ede5d844d.tar.gz qemu-e3382ef0ea2724f5f09271a608e8f68ede5d844d.tar.xz qemu-e3382ef0ea2724f5f09271a608e8f68ede5d844d.zip |
sd.h: Move sd.h to include/hw/sd/
Create a sd directory under include/hw/ and move sd.h to
include/hw/sd/
Signed-off-by: Sai Pavan Boddu <saipava@xilinx.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/sd/sdhci.h')
-rw-r--r-- | hw/sd/sdhci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sd/sdhci.h b/hw/sd/sdhci.h index e2de92d553..4461d0a205 100644 --- a/hw/sd/sdhci.h +++ b/hw/sd/sdhci.h @@ -29,7 +29,7 @@ #include "hw/block/block.h" #include "hw/pci/pci.h" #include "hw/sysbus.h" -#include "hw/sd.h" +#include "hw/sd/sd.h" /* R/W SDMA System Address register 0x0 */ #define SDHC_SYSAD 0x00 |