summaryrefslogtreecommitdiffstats
path: root/qemu/hw/net/ne2000.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/hw/net/ne2000.h')
-rw-r--r--qemu/hw/net/ne2000.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu/hw/net/ne2000.h b/qemu/hw/net/ne2000.h
index e500306aa..d022b28fc 100644
--- a/qemu/hw/net/ne2000.h
+++ b/qemu/hw/net/ne2000.h
@@ -34,7 +34,6 @@ typedef struct NE2000State {
void ne2000_setup_io(NE2000State *s, DeviceState *dev, unsigned size);
extern const VMStateDescription vmstate_ne2000;
void ne2000_reset(NE2000State *s);
-int ne2000_can_receive(NetClientState *nc);
ssize_t ne2000_receive(NetClientState *nc, const uint8_t *buf, size_t size_);
#endif