mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
12 lines
206 B
C
12 lines
206 B
C
#ifndef __CHAR_DEVICE_H__
|
|
#define __CHAR_DEVICE_H__
|
|
|
|
#include "server/spice-experimental.h"
|
|
|
|
struct SpiceCharDeviceState {
|
|
void (*wakeup)(SpiceCharDeviceInstance *sin);
|
|
};
|
|
|
|
#endif // __CHAR_DEVICE_H__
|
|
|