2 * QEMU Windows Hypervisor Platform accelerator (WHPX) support
4 * Copyright Microsoft, Corp. 2017
8 * This work is licensed under the terms of the GNU GPL, version 2 or later.
9 * See the COPYING file in the top-level directory.
18 int whpx_enabled(void);
20 #else /* CONFIG_WHPX */
22 #define whpx_enabled() (0)
24 #endif /* CONFIG_WHPX */
26 #endif /* QEMU_WHPX_H */