X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fdevices%2Fkeyboard.h;h=2349d000dfadb27e8a447ea8307277a0958b7603;hb=a46778669bb94bcf6b0a05646123ff748cfe86be;hp=64ad387363ae9916d1f8436ce6ef67a4a7151210;hpb=82cceefa66b1f05d8f9d5bfcb2fb7214755e1904;p=palacios-OLD.git diff --git a/palacios/include/devices/keyboard.h b/palacios/include/devices/keyboard.h index 64ad387..2349d00 100644 --- a/palacios/include/devices/keyboard.h +++ b/palacios/include/devices/keyboard.h @@ -22,15 +22,6 @@ #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); -// 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(); #endif