]> git.proxmox.com Git - qemu.git/blobdiff - hw/ne2000.h
hw/arm_gic: Use LOG_GUEST_ERROR
[qemu.git] / hw / ne2000.h
index 5fee052194c21894983d7ca239b6a43a64cf2fbc..1e7ab073e35f61f29a580dae191fa46489a9a3d0 100644 (file)
@@ -31,5 +31,5 @@ typedef struct NE2000State {
 void ne2000_setup_io(NE2000State *s, unsigned size);
 extern const VMStateDescription vmstate_ne2000;
 void ne2000_reset(NE2000State *s);
-int ne2000_can_receive(VLANClientState *vc);
-ssize_t ne2000_receive(VLANClientState *vc, const uint8_t *buf, size_t size_);
+int ne2000_can_receive(NetClientState *nc);
+ssize_t ne2000_receive(NetClientState *nc, const uint8_t *buf, size_t size_);