]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/xtensa_lx60.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / xtensa_lx60.c
index a810b9eae0875309cc8be12b0707005c9fa2ae58..f2a63d82da4b46b34c3aea584a9846818e5205b2 100644 (file)
  */
 
 #include "sysemu/sysemu.h"
-#include "boards.h"
-#include "loader.h"
+#include "hw/boards.h"
+#include "hw/loader.h"
 #include "elf.h"
 #include "exec/memory.h"
 #include "exec/address-spaces.h"
-#include "serial.h"
+#include "hw/serial.h"
 #include "net/net.h"
-#include "sysbus.h"
-#include "flash.h"
+#include "hw/sysbus.h"
+#include "hw/flash.h"
 #include "sysemu/blockdev.h"
 #include "char/char.h"
-#include "xtensa_bootparam.h"
+#include "hw/xtensa_bootparam.h"
 
 typedef struct LxBoardDesc {
     size_t flash_size;