master
h 10 lines 247 Bytes
Raw
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2
3 /*
4 * This header file is meant to be used as input to the `bindgen` application
5 * in order to generate C FFI compatible Rust bindings.
6 */
7
8 #include "qemu/osdep.h"
9
10 #include "migration/vmstate.h"