aboutsummaryrefslogtreecommitdiff
path: root/include/sysemu/hvf_int.h
blob: 3deb4cfacc4f7cb7706c1ae53ed7039ac283d577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * QEMU Hypervisor.framework (HVF) support
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 *
 */

/* header to be included in HVF-specific code */

#ifndef HVF_INT_H
#define HVF_INT_H

#include <Hypervisor/hv.h>

void assert_hvf_ok(hv_return_t ret);

#endif