1 #ifndef CHARDEV_SPICE_H
2 #define CHARDEV_SPICE_H
5 #include "chardev/char-fe.h"
6 #include "qom/object.h"
11 SpiceCharDeviceInstance sin
;
14 const uint8_t *datapos
;
17 typedef struct SpiceChardev SpiceChardev
;
19 #define TYPE_CHARDEV_SPICE "chardev-spice"
20 #define TYPE_CHARDEV_SPICEVMC "chardev-spicevmc"
21 #define TYPE_CHARDEV_SPICEPORT "chardev-spiceport"
23 DECLARE_INSTANCE_CHECKER(SpiceChardev
, SPICE_CHARDEV
,