summaryrefslogtreecommitdiff
path: root/hw/ne2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/ne2000.c')
-rw-r--r--hw/ne2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ne2000.c b/hw/ne2000.c
index 3bb55171a9..bf76829ed1 100644
--- a/hw/ne2000.c
+++ b/hw/ne2000.c
@@ -471,5 +471,5 @@ void ne2000_init(int base, int irq, NetDriverState *nd)
ne2000_reset(s);
- add_fd_read_handler(nd->fd, ne2000_can_receive, ne2000_receive, s);
+ qemu_add_fd_read_handler(nd->fd, ne2000_can_receive, ne2000_receive, s);
}