X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Fsrc%2Fdevices%2Fne2k.c;h=e535a1c1b5f083f1b0517abcc87405df122bca2b;hb=37c18b2c2335a41c68c2f0b779fd2b7d51ab216d;hp=0a14e1ee1be791c526a57ef545a34c086d885c57;hpb=0160025157d9bc39687eb0c5df6cb3d965d20e07;p=palacios.git diff --git a/palacios/src/devices/ne2k.c b/palacios/src/devices/ne2k.c index 0a14e1e..e535a1c 100644 --- a/palacios/src/devices/ne2k.c +++ b/palacios/src/devices/ne2k.c @@ -1169,7 +1169,7 @@ static int ne2k_deinit_device(struct vm_device *dev) { } -static struct vm_device_ops dev_ops = { +static struct v3_device_ops dev_ops = { .init = ne2k_init_device, .deinit = ne2k_deinit_device, .reset = ne2k_reset_device,