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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/char_device.h b/server/char_device.h
index 486df6fe..4b558698 100644
--- a/server/char_device.h
+++ b/server/char_device.h
@@ -1,11 +1,14 @@
#ifndef __CHAR_DEVICE_H__
#define __CHAR_DEVICE_H__
-#include "server/spice-experimental.h"
+#include "spice.h"
struct SpiceCharDeviceState {
void (*wakeup)(SpiceCharDeviceInstance *sin);
};
+int usbredir_device_connect(SpiceCharDeviceInstance *char_device);
+void usbredir_device_disconnect(SpiceCharDeviceInstance *char_device);
+
#endif // __CHAR_DEVICE_H__