X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fapic.h;h=f78e2a60f9f3f7eab9c4ee4539a999337a198b2c;hb=5bf6d0c260240e314876a2fca8e3fd56bd6a1029;hp=5a11639697bea7711fa83dbeddb9ce7ab5342dc3;hpb=37c18b2c2335a41c68c2f0b779fd2b7d51ab216d;p=palacios.git diff --git a/palacios/include/devices/apic.h b/palacios/include/devices/apic.h index 5a11639..f78e2a6 100644 --- a/palacios/include/devices/apic.h +++ b/palacios/include/devices/apic.h @@ -25,7 +25,7 @@ #include -int v3_apic_raise_intr(struct vm_device * apic_dev, int intr_num); +int v3_apic_raise_intr(struct guest_info * info, struct vm_device * apic_dev, int intr_num); #endif // ! __V3VEE__