| 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 "chardev/char.h" |
| 11 | #include "chardev/char-fe.h" |
| 12 | #include "chardev/char-serial.h" |