summaryrefslogtreecommitdiffstats
path: root/server/char_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/char_device.h')
-rw-r--r--server/char_device.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/server/char_device.h b/server/char_device.h
new file mode 100644
index 00000000..486df6fe
--- /dev/null
+++ b/server/char_device.h
@@ -0,0 +1,11 @@
+#ifndef __CHAR_DEVICE_H__
+#define __CHAR_DEVICE_H__
+
+#include "server/spice-experimental.h"
+
+struct SpiceCharDeviceState {
+ void (*wakeup)(SpiceCharDeviceInstance *sin);
+};
+
+#endif // __CHAR_DEVICE_H__
+