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"