]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
sd.h: Move sd.h to include/hw/sd/
authorSai Pavan Boddu <sai.pavan.boddu@xilinx.com>
Thu, 8 Oct 2015 13:21:01 +0000 (18:51 +0530)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 29 Oct 2015 17:59:27 +0000 (17:59 +0000)
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>
hw/sd/milkymist-memcard.c
hw/sd/omap_mmc.c
hw/sd/pl181.c
hw/sd/pxa2xx_mmci.c
hw/sd/sd.c
hw/sd/sdhci.h
hw/sd/ssi-sd.c
include/hw/sd/sd.h [moved from include/hw/sd.h with 100% similarity]

index 2209ef1d52960fb90193d083eaa22495023024a8..b430d5668716c137f929629cd7664a63a5a81346 100644 (file)
@@ -28,7 +28,7 @@
 #include "qemu/error-report.h"
 #include "sysemu/block-backend.h"
 #include "sysemu/blockdev.h"
-#include "hw/sd.h"
+#include "hw/sd/sd.h"
 
 enum {
     ENABLE_CMD_TX   = (1<<0),
index 35d803340224fb22a03e1e1366431c1d7ce8c354..5bc47193f92373ff45e5628867bb34f3945e4d75 100644 (file)
@@ -18,7 +18,7 @@
  */
 #include "hw/hw.h"
 #include "hw/arm/omap.h"
-#include "hw/sd.h"
+#include "hw/sd/sd.h"
 
 struct omap_mmc_s {
     qemu_irq irq;
index 5242176a33b70ec5310cbbd60e734e74cb6631d2..326c53ad92622531658312d262e949423613696c 100644 (file)
@@ -10,7 +10,7 @@
 #include "sysemu/block-backend.h"
 #include "sysemu/blockdev.h"
 #include "hw/sysbus.h"
-#include "hw/sd.h"
+#include "hw/sd/sd.h"
 
 //#define DEBUG_PL181 1
 
index d1fe6d58e8b5af2cc128980c59a816d1edd21095..b2170800757d864c6dd722a2af961b92478f269c 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "hw/hw.h"
 #include "hw/arm/pxa.h"
-#include "hw/sd.h"
+#include "hw/sd/sd.h"
 #include "hw/qdev.h"
 
 struct PXA2xxMMCIState {
index 393a75c0bc6f37d762c4527e0014259bff0ae120..ce4d44be91505100da02ba7b70ff066c8e0c8ba2 100644 (file)
@@ -31,7 +31,7 @@
 
 #include "hw/hw.h"
 #include "sysemu/block-backend.h"
-#include "hw/sd.h"
+#include "hw/sd/sd.h"
 #include "qemu/bitmap.h"
 
 //#define DEBUG_SD 1
index e2de92d553433bdd0ab271230da60d956063cd89..4461d0a20567e270a06cf235b5fb9e02b2ccaee4 100644 (file)
@@ -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
index e4b2d4f83b7ba119a8891e4e06c64ff5cea68a14..c49ff62f56ab92a1c4bd6aa07f4c6c5442fe056f 100644 (file)
@@ -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
 
similarity index 100%
rename from include/hw/sd.h
rename to include/hw/sd/sd.h