Revision 0d09e41a hw/arm/vexpress.c

b/hw/arm/vexpress.c
22 22
 */
23 23

  
24 24
#include "hw/sysbus.h"
25
#include "hw/arm-misc.h"
26
#include "hw/primecell.h"
27
#include "hw/devices.h"
25
#include "hw/arm.h"
26
#include "hw/arm/primecell.h"
27
#include "hw/arm/devices.h"
28 28
#include "net/net.h"
29 29
#include "sysemu/sysemu.h"
30 30
#include "hw/boards.h"
31 31
#include "exec/address-spaces.h"
32 32
#include "sysemu/blockdev.h"
33
#include "hw/flash.h"
33
#include "hw/block/flash.h"
34 34

  
35 35
#define VEXPRESS_BOARD_ID 0x8e0
36 36
#define VEXPRESS_FLASH_SIZE (64 * 1024 * 1024)

Also available in: Unified diff