summaryrefslogtreecommitdiffstats
path: root/server/char_device.h
blob: 486df6fec1b746e21ab9922ba58b791cc8cf1162 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __CHAR_DEVICE_H__
#define __CHAR_DEVICE_H__

#include "server/spice-experimental.h"

struct SpiceCharDeviceState {
    void (*wakeup)(SpiceCharDeviceInstance *sin);
};

#endif // __CHAR_DEVICE_H__