diff options
author | Sai Pavan Boddu <sai.pavan.boddu@xilinx.com> | 2015-10-08 18:51:01 +0530 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2015-10-29 17:59:27 +0000 |
commit | e3382ef0ea2724f5f09271a608e8f68ede5d844d (patch) | |
tree | cc84cc4e4b1b39672a712fd7d0f1cbf4e3edfa89 /hw/sd/ssi-sd.c | |
parent | 10a06fd65f667a972848ebbbcac11bdba931b544 (diff) | |
download | qemu-e3382ef0ea2724f5f09271a608e8f68ede5d844d.zip qemu-e3382ef0ea2724f5f09271a608e8f68ede5d844d.tar.gz qemu-e3382ef0ea2724f5f09271a608e8f68ede5d844d.tar.bz2 |
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/ssi-sd.c')
-rw-r--r-- | hw/sd/ssi-sd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sd/ssi-sd.c b/hw/sd/ssi-sd.c index e4b2d4f..c49ff62f 100644 --- a/hw/sd/ssi-sd.c +++ b/hw/sd/ssi-sd.c @@ -13,7 +13,7 @@ #include "sysemu/block-backend.h" #include "sysemu/blockdev.h" #include "hw/ssi.h" -#include "hw/sd.h" +#include "hw/sd/sd.h" //#define DEBUG_SSI_SD 1 |