X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fkeyboard.h;h=3b410af7b425535da59ee9eac628623063c852b8;hb=101529b6eae500272347287df43ec51aa003d0aa;hp=bd22b44eb4f28a2614cb128001065f1e589971c8;hpb=028d9b71d4a4e6d49a22ad5904b6dd2f8c596a26;p=palacios.git diff --git a/palacios/include/devices/keyboard.h b/palacios/include/devices/keyboard.h index bd22b44..3b410af 100644 --- a/palacios/include/devices/keyboard.h +++ b/palacios/include/devices/keyboard.h @@ -1,3 +1,6 @@ +/* (c) 2008, Peter Dinda */ +/* (c) 2008, The V3VEE Project */ + #ifndef __KEYBOARD_H #define __KEYBOARD_H @@ -8,6 +11,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();