summary refs log tree commit diff stats
path: root/hw/ne2000.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ne2000.h')
-rw-r--r--hw/ne2000.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ne2000.h b/hw/ne2000.h
index 2bbce71e6f..54fdfca133 100644
--- a/hw/ne2000.h
+++ b/hw/ne2000.h
@@ -22,7 +22,7 @@ typedef struct NE2000State {
     uint8_t curpag;
     uint8_t mult[8]; /* multicast mask array */
     qemu_irq irq;
-    VLANClientState *vc;
+    NICState *nic;
     NICConf c;
     uint8_t mem[NE2000_MEM_SIZE];
 } NE2000State;