X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fapic.h;h=2e4a0a899430daaf099881f21b9b346d7c5adc46;hb=326a9425e1dc7a9f7afafe2951b55f35d9ff2422;hp=2858b247e00ea5a4fe38b97e19ff4d59fbe5d781;hpb=6c56ead58f57e08c23eab5d67f2a58f95ce712b4;p=palacios-OLD.git diff --git a/palacios/include/devices/apic.h b/palacios/include/devices/apic.h index 2858b24..2e4a0a8 100644 --- a/palacios/include/devices/apic.h +++ b/palacios/include/devices/apic.h @@ -27,5 +27,8 @@ struct vm_device * v3_create_apic(); +int v3_apic_raise_intr(struct vm_device * apic_dev, int intr_num); + + #endif // ! __V3VEE__ #endif