X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fkeyboard.h;h=bd22b44eb4f28a2614cb128001065f1e589971c8;hb=8a6d2dbc1b6d593cab383bb04f3fe778949376b2;hp=da4c08523c7ec803e4801c50cdaf6629ed4baf79;hpb=d16ef42bba84c7fe88352e5dc23e5e70a5207e29;p=palacios-OLD.git 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();