1 2 3 4 5 6 7 8 9
#ifndef __SPICE_QEMU_CHAR_H__ #define __SPICE_QEMU_CHAR_H__ #include "qemu-char.h" CharDriverState *qemu_chr_open_spice(QemuOpts *opts); #endif // __SPICE_QEMU_CHAR_H__