X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fapic.h;h=f78e2a60f9f3f7eab9c4ee4539a999337a198b2c;hb=2bc23d57beaa42446ee7db3f0c7052086f88b0c5;hp=2e4a0a899430daaf099881f21b9b346d7c5adc46;hpb=bbef87558ec784cd99c72b759aa78a8c47aa5fd3;p=palacios.git diff --git a/palacios/include/devices/apic.h b/palacios/include/devices/apic.h index 2e4a0a8..f78e2a6 100644 --- a/palacios/include/devices/apic.h +++ b/palacios/include/devices/apic.h @@ -22,12 +22,10 @@ #ifdef __V3VEE__ -#include +#include -struct vm_device * v3_create_apic(); - -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__