X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fkeyboard.h;h=6c970f53d6d7aaaf32075ba7906adc4cc8e5133c;hb=9499a207c37ebd0eac1e9f62b4600c448101d7b0;hp=bd22b44eb4f28a2614cb128001065f1e589971c8;hpb=028d9b71d4a4e6d49a22ad5904b6dd2f8c596a26;p=palacios.git diff --git a/palacios/include/devices/keyboard.h b/palacios/include/devices/keyboard.h index bd22b44..6c970f5 100644 --- a/palacios/include/devices/keyboard.h +++ b/palacios/include/devices/keyboard.h @@ -8,6 +8,9 @@ // it wants to inject into the VMM for delivery to a VM // void deliver_key_to_vmm(uchar_t status, uchar_t scancode); +// And call this one each streaming mouse event +// that the VMM should deliver +void deliver_mouse_to_vmm(uchar_t mouse_packet[3]); struct vm_device *create_keyboard();