hvf: Move assert_hvf_ok() into common directory
[qemu/ar7.git] / include / sysemu / hvf_int.h
blob3deb4cfacc4f7cb7706c1ae53ed7039ac283d577
1 /*
2 * QEMU Hypervisor.framework (HVF) support
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.
7 */
9 /* header to be included in HVF-specific code */
11 #ifndef HVF_INT_H
12 #define HVF_INT_H
14 #include <Hypervisor/hv.h>
16 void assert_hvf_ok(hv_return_t ret);
18 #endif