diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-08-24 15:22:24 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-08-24 15:22:24 +0000 |
commit | 2446333cd5b5c985f6517dee7004e542ecacd21c (patch) | |
tree | 9646889006f9944dc5d530b73d35a6c3c30c239b /hw/musicpal.c | |
parent | e945fb76271eb4c8ceed6bff417a0b98744e1af3 (diff) |
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/musicpal.c')
-rw-r--r-- | hw/musicpal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/musicpal.c b/hw/musicpal.c index 33180a2656..56f27669d2 100644 --- a/hw/musicpal.c +++ b/hw/musicpal.c @@ -18,6 +18,7 @@ #include "flash.h" #include "console.h" #include "i2c.h" +#include "blockdev.h" #define MP_MISC_BASE 0x80002000 #define MP_MISC_SIZE 0x00001000 |