Kaynağa Gözat

ide: move headers to include folder

The patch moves "hw/ide/achi.h", "hw/ide/pci.h" and "hw/ide/internal.h" headers
to corresponding folders inside "include" folder alike other Qemu headers.

Signed-off-by: Efimov Vasily <real@ispras.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Efimov Vasily 9 yıl önce
ebeveyn
işleme
e8ad4d1680
4 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      hw/ide/ahci.c
  2. 0 0
      include/hw/ide/ahci.h
  3. 0 0
      include/hw/ide/internal.h
  4. 0 0
      include/hw/ide/pci.h

+ 1 - 1
hw/ide/ahci.c

@@ -30,7 +30,7 @@
 #include "qemu/error-report.h"
 #include "sysemu/block-backend.h"
 #include "sysemu/dma.h"
-#include "internal.h"
+#include <hw/ide/internal.h>
 #include <hw/ide/pci.h>
 #include <hw/ide/ahci.h>
 

+ 0 - 0
hw/ide/ahci.h → include/hw/ide/ahci.h


+ 0 - 0
hw/ide/internal.h → include/hw/ide/internal.h


+ 0 - 0
hw/ide/pci.h → include/hw/ide/pci.h