]> git.proxmox.com Git - qemu.git/blobdiff - hw/ne2000-isa.c
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
[qemu.git] / hw / ne2000-isa.c
index a4a783ab89b3a813e18ab2d4b13f21c0defa3495..99ed965eac764cf57aa3cd939807944fa80fb49e 100644 (file)
@@ -44,7 +44,7 @@ static void isa_ne2000_cleanup(VLANClientState *nc)
 }
 
 static NetClientInfo net_ne2000_isa_info = {
-    .type = NET_CLIENT_TYPE_NIC,
+    .type = NET_CLIENT_OPTIONS_KIND_NIC,
     .size = sizeof(NICState),
     .can_receive = ne2000_can_receive,
     .receive = ne2000_receive,