diff options
Diffstat (limited to 'hw/etraxfs_dma.h')
-rw-r--r-- | hw/etraxfs_dma.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/etraxfs_dma.h b/hw/etraxfs_dma.h index 27719aeae4..c29dab9763 100644 --- a/hw/etraxfs_dma.h +++ b/hw/etraxfs_dma.h @@ -19,6 +19,5 @@ void etraxfs_dmac_connect(void *opaque, int channel, qemu_irq *line, int input); void etraxfs_dmac_connect_client(void *opaque, int c, struct etraxfs_dma_client *cl); -void etraxfs_dmac_run(void *opaque); int etraxfs_dmac_input(struct etraxfs_dma_client *client, void *buf, int len, int eop); |