aboutsummaryrefslogtreecommitdiff
path: root/rust/bindings/migration-sys/wrapper.h
blob: 076ad79a21fbfb8f5176085a28be915573fb878b (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-or-later */

/*
 * This header file is meant to be used as input to the `bindgen` application
 * in order to generate C FFI compatible Rust bindings.
 */

#include "qemu/osdep.h"

#include "migration/vmstate.h"