]> Git Repo - qemu.git/blobdiff - hw/pflash_cfi02.c
Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-arm
[qemu.git] / hw / pflash_cfi02.c
index 44bd4654f0f20e1517513a5df75a7c13ca59d816..37b4fcc234d56b5be9e7923d7814f562631c4b8c 100644 (file)
  * It does not implement multiple sectors erase
  */
 
-#include "hw.h"
-#include "flash.h"
+#include "hw/hw.h"
+#include "hw/flash.h"
 #include "qemu/timer.h"
 #include "block/block.h"
 #include "exec/address-spaces.h"
 #include "qemu/host-utils.h"
-#include "sysbus.h"
+#include "hw/sysbus.h"
 
 //#define PFLASH_DEBUG
 #ifdef PFLASH_DEBUG
This page took 0.022722 seconds and 4 git commands to generate.