]> Git Repo - qemu.git/blobdiff - hw/net/ne2000-isa.c
xen: do not build backends for targets that do not support xen
[qemu.git] / hw / net / ne2000-isa.c
index 8fab7ae2ec25ef6c611ec15277c20ae4f426d30c..f3455339eed84ce02884468be904140822c1888e 100644 (file)
@@ -44,7 +44,7 @@ typedef struct ISANE2000State {
 } ISANE2000State;
 
 static NetClientInfo net_ne2000_isa_info = {
-    .type = NET_CLIENT_OPTIONS_KIND_NIC,
+    .type = NET_CLIENT_DRIVER_NIC,
     .size = sizeof(NICState),
     .receive = ne2000_receive,
 };
This page took 0.031764 seconds and 4 git commands to generate.