diff options
Diffstat (limited to 'hw/ne2000.h')
-rw-r--r-- | hw/ne2000.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ne2000.h b/hw/ne2000.h index 2bbce71..54fdfca 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; |