summary refs log tree commit diff stats
path: root/hw/net/pcnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/net/pcnet.h')
-rw-r--r--hw/net/pcnet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/pcnet.h b/hw/net/pcnet.h
index 28d19a5c6f..f49b213c57 100644
--- a/hw/net/pcnet.h
+++ b/hw/net/pcnet.h
@@ -50,7 +50,7 @@ struct PCNetState_st {
                          uint8_t *buf, int len, int do_bswap);
     void (*phys_mem_write)(void *dma_opaque, hwaddr addr,
                           uint8_t *buf, int len, int do_bswap);
-    void *dma_opaque;
+    DeviceState *dma_opaque;
     int tx_busy;
     int looptest;
 };