spice/server/char_device.h
2011-08-10 22:42:40 +02:00

15 lines
325 B
C

#ifndef __CHAR_DEVICE_H__
#define __CHAR_DEVICE_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__