spice/server/char_device.h
Christophe Fergeau aab6aa419c fix make distcheck
2011-07-22 16:24:04 +03:00

12 lines
199 B
C

#ifndef __CHAR_DEVICE_H__
#define __CHAR_DEVICE_H__
#include "spice-experimental.h"
struct SpiceCharDeviceState {
void (*wakeup)(SpiceCharDeviceInstance *sin);
};
#endif // __CHAR_DEVICE_H__