xref: /openbmc/qemu/stubs/win32-kbd-hook.c (revision ad5a59124c251abd7e725fa3f6a3308c06d6b486)
1 /*
2  * Win32 keyboard hook stubs
3  *
4  * This work is licensed under the terms of the GNU GPL, version 2 or
5  * (at your option) any later version.  See the COPYING file in the
6  * top-level directory.
7  */
8 
9 #include "qemu/osdep.h"
10 #include "ui/win32-kbd-hook.h"
11 
win32_kbd_set_window(void * hwnd)12 void win32_kbd_set_window(void *hwnd)
13 {
14 }
15 
win32_kbd_set_grab(bool grab)16 void win32_kbd_set_grab(bool grab)
17 {
18 }
19