X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fapic.h;h=6ad758e12761595346ef56b7f25602c7ef721f84;hb=9e04092774141204bec0341885f5e726410ceb8e;hp=5a11639697bea7711fa83dbeddb9ce7ab5342dc3;hpb=37c18b2c2335a41c68c2f0b779fd2b7d51ab216d;p=palacios.releases.git diff --git a/palacios/include/devices/apic.h b/palacios/include/devices/apic.h index 5a11639..6ad758e 100644 --- a/palacios/include/devices/apic.h +++ b/palacios/include/devices/apic.h @@ -25,7 +25,8 @@ #include -int v3_apic_raise_intr(struct vm_device * apic_dev, int intr_num); + +int v3_apic_raise_intr(struct v3_vm_info * vm, struct vm_device * apic_dev, uint32_t irq, uint32_t dst); #endif // ! __V3VEE__