X-Git-Url: http://git.maemo.org/git/?p=qemu;a=blobdiff_plain;f=dma.h;fp=dma.h;h=f3bb27515952455b9ba29640c44340419c044502;hp=7d2ab45b02b01d4d83182bd1ddb8feb0aef4e7f0;hb=759b334a9739814df2883aa4c41b1c0f5670e90a;hpb=7e2198fc87e878b8ce5df965477e21713ebf7834 diff --git a/dma.h b/dma.h index 7d2ab45..f3bb275 100644 --- a/dma.h +++ b/dma.h @@ -11,7 +11,8 @@ #define DMA_H #include -#include "cpu.h" +//#include "cpu.h" +#include "hw/hw.h" #include "block.h" typedef struct { @@ -37,6 +38,4 @@ BlockDriverAIOCB *dma_bdrv_read(BlockDriverState *bs, BlockDriverAIOCB *dma_bdrv_write(BlockDriverState *bs, QEMUSGList *sg, uint64_t sector, BlockDriverCompletionFunc *cb, void *opaque); -void dma_helper_init(void); - #endif