summaryrefslogtreecommitdiffstats
path: root/hw/r2d.c
diff options
context:
space:
mode:
authorBlue Swirl2010-08-24 17:22:24 +0200
committerBlue Swirl2010-08-24 17:22:24 +0200
commit2446333cd5b5c985f6517dee7004e542ecacd21c (patch)
tree9646889006f9944dc5d530b73d35a6c3c30c239b /hw/r2d.c
parentMerge remote branch 'qemu-kvm/uq/master' into staging (diff)
downloadqemu-2446333cd5b5c985f6517dee7004e542ecacd21c.tar.gz
qemu-2446333cd5b5c985f6517dee7004e542ecacd21c.tar.xz
qemu-2446333cd5b5c985f6517dee7004e542ecacd21c.zip
Rearrange block headers
Changing block.h or blockdev.h resulted in recompiling most objects. Move DriveInfo typedef and BlockInterfaceType enum definitions to qemu-common.h and rearrange blockdev.h use to decrease churn. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/r2d.c')
-rw-r--r--hw/r2d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/r2d.c b/hw/r2d.c
index 8c1fbad4ba..a58f653e52 100644
--- a/hw/r2d.c
+++ b/hw/r2d.c
@@ -36,6 +36,7 @@
#include "loader.h"
#include "usb.h"
#include "flash.h"
+#include "blockdev.h"
#define FLASH_BASE 0x00000000
#define FLASH_SIZE 0x02000000