]> git.proxmox.com Git - qemu.git/blobdiff - hw/esp-pci.c
moxie: configure with default-configs file
[qemu.git] / hw / esp-pci.c
index d433473d6a321e8e88dfd4fda4a7f81316a7fb30..3ca5c8c673b53609227bba9ca4f936ad493991af 100644 (file)
  * THE SOFTWARE.
  */
 
-#include "pci/pci.h"
-#include "eeprom93xx.h"
-#include "esp.h"
+#include "hw/pci/pci.h"
+#include "hw/nvram/eeprom93xx.h"
+#include "hw/scsi/esp.h"
 #include "trace.h"
-#include "qemu-log.h"
+#include "qemu/log.h"
 
 #define TYPE_AM53C974_DEVICE "am53c974"