aboutsummaryrefslogtreecommitdiff
path: root/hw/net/ne2000.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/net/ne2000.h')
-rw-r--r--hw/net/ne2000.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/net/ne2000.h b/hw/net/ne2000.h
index e500306aac..d022b28fc2 100644
--- a/hw/net/ne2000.h
+++ b/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