X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fapic.h;h=f78e2a60f9f3f7eab9c4ee4539a999337a198b2c;hp=5a11639697bea7711fa83dbeddb9ce7ab5342dc3;hb=19b2e4b4ce85ae4e683a3ede33360bdf7547b069;hpb=cfcceed5890430afedcc544bd7dbb69e29dfd65a 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__