summaryrefslogtreecommitdiffstats
path: root/server/char_device.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-07-25 11:09:12 +0200
committerHans de Goede <hdegoede@redhat.com>2011-08-10 22:42:40 +0200
commitc5a291f454a552604807e8dc995c060bfa41a8b9 (patch)
treee10e35ead96de13bf8d0095304aefd8c1129b81f /server/char_device.h
parentf19ac970efe62c7dcbfdc6d4d5b9d2e6c35e8b2b (diff)
downloadspice-c5a291f454a552604807e8dc995c060bfa41a8b9.tar.gz
spice-c5a291f454a552604807e8dc995c060bfa41a8b9.tar.xz
spice-c5a291f454a552604807e8dc995c060bfa41a8b9.zip
server: Add a usbredir channel
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__