X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm.h;h=256cb64a0f16dbd61321a1bb4c8e7905f62ee897;hb=f77457021a2d45aea46e75b1c56db43635f54af0;hp=26c5c5e512cff7ad0e2eec2cbff2132eda27c6f7;hpb=b924c7f1850b7b4879677253e15db59b359a1b09;p=palacios.git diff --git a/palacios/include/palacios/vmm.h b/palacios/include/palacios/vmm.h index 26c5c5e..256cb64 100644 --- a/palacios/include/palacios/vmm.h +++ b/palacios/include/palacios/vmm.h @@ -323,7 +323,7 @@ struct v3_interrupt { void Init_V3(struct v3_os_hooks * hooks, struct v3_ctrl_ops * vmm_ops); int v3_deliver_irq(struct guest_info * vm, struct v3_interrupt * intr); -int v3_deliver_keyboard_evt(struct guest_info * vm); + #endif