hw/arm/virt: Disable pl011 clock migration if needed
[qemu/ar7.git] / include / ui / win32-kbd-hook.h
blob4bd9f00f973f7d31697c5ddd67555dec0067cf02
1 /*
2 * SPDX-License-Identifier: GPL-2.0-or-later
4 * This work is licensed under the terms of the GNU GPL, version 2 or later.
5 * See the COPYING file in the top-level directory.
6 */
8 #ifndef UI_WIN32_KBD_HOOK_H
9 #define UI_WIN32_KBD_HOOK_H
11 void win32_kbd_set_window(void *hwnd);
12 void win32_kbd_set_grab(bool grab);
14 #endif