X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fkeyboard.h;h=bd22b44eb4f28a2614cb128001065f1e589971c8;hp=da4c08523c7ec803e4801c50cdaf6629ed4baf79;hb=028d9b71d4a4e6d49a22ad5904b6dd2f8c596a26;hpb=90b8236597004a37a9d5acb33a1b1f987fe9070c diff --git a/palacios/include/devices/keyboard.h b/palacios/include/devices/keyboard.h index da4c085..bd22b44 100644 --- a/palacios/include/devices/keyboard.h +++ b/palacios/include/devices/keyboard.h @@ -3,7 +3,11 @@ #include - +// +// The underlying driver needs to call this on each key that +// it wants to inject into the VMM for delivery to a VM +// +void deliver_key_to_vmm(uchar_t status, uchar_t scancode); struct vm_device *create_keyboard();